ArrayDeserializerBuilderCase class
A deserializer builder case that matches
ArraySchema and attempts to map it
to enumerable types.
Constructors
Creates a new array deserializer builder case.
Properties
The codec that generated deserializers should use for read operations.
The deserializer builder to use to build item deserializers.
Methods
Builds an array deserializer for a type-schema pair.
Creates an expression that represents instantiating a collection.
Attempts to find a constructor that takes a single enumerable parameter.
Generates a conversion from the intermediate type to the target type.