SerializerAssemblyGenerationConfiguration Class |
Namespace: MsgPack.Serialization
The SerializerAssemblyGenerationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SerializerAssemblyGenerationConfiguration |
Initializes a new instance of the SerializerAssemblyGenerationConfiguration class.
|
Name | Description | |
---|---|---|
AssemblyName |
Gets or sets the name of the assembly.
This property is required.
| |
EnumSerializationMethod |
Gets or sets the default enum serialization method for generating enum type serializers.
| |
IsRecursive |
Gets or sets a value indicating whether recursively generates dependent types which do not have built-in serializer or not.
| |
OutputDirectory |
Gets or sets the output directory for generated source codes.
| |
PreferReflectionBasedSerializer |
Gets or sets a value indicating whether prefer reflection based collection serializers instead of dyhnamic generated serializers.
| |
SerializationMethod |
Gets or sets the serialization method to pack object.
|