| Class | Description |
|---|---|
| FactoryDefinition<T> |
Factory that can be used to create an instance of a certain object.
|
| FieldDefinition |
Definition of a field within a reflection serializer.
|
| ReflectionNonStreamingSerializer<T> |
Serializer that uses only fields or methods.
|
| ReflectionOnlySingleFactorySerializer<T> |
Serializer that uses a smarter mapping creating instances using a single factory.
|
| ReflectionStreamingSerializer<T> |
Serializer that uses only fields or methods.
|
| TypeInfo<T> |
Information about a type used with
ReflectionSerializer. |
Copyright © 2017. All rights reserved.