Skip to content

Better Type Descriptors #8

@mitsuhiko

Description

@mitsuhiko

Right now the type descriptors are not very useful for anything that is a compound type. For instance the type descriptor for Option<T> cannot properly express what's going on. The same applies to Vec<T> which cannot really talk about what the T is.

More importantly the design does not provide for more interesting answers that one needs to have about types such as if a value might need to be skipped on serialization or deserialization (#3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    designDesign considerations

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions