SerializerCodeGenerationConfiguration Class |
Namespace: MsgPack.Serialization
The SerializerCodeGenerationConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SerializerCodeGenerationConfiguration |
Initializes a new instance of the SerializerCodeGenerationConfiguration class.
|
Name | Description | |
---|---|---|
CodeIndentString |
Gets or sets the indentation string for code generation.
| |
EnumSerializationMethod |
Gets or sets the default enum serialization method for generating enum type serializers.
| |
IsInternalToMsgPackLibrary |
Gets or sets a value indicating whether the generated serializers will be internal to MsgPack library itself.
| |
IsRecursive |
Gets or sets a value indicating whether recursively generates dependent types which do not have built-in serializer or not.
| |
Language |
Gets or sets the language identifier for code generation.
| |
Namespace |
Gets or sets the namespace of generated classes.
| |
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.
|