Click or drag to resize
SerializerCodeGenerationConfiguration Properties

The SerializerCodeGenerationConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyCodeIndentString
Gets or sets the indentation string for code generation.
Public propertyEnumSerializationMethod
Gets or sets the default enum serialization method for generating enum type serializers.
Public propertyIsInternalToMsgPackLibrary
Gets or sets a value indicating whether the generated serializers will be internal to MsgPack library itself.
Public propertyIsRecursive
Gets or sets a value indicating whether recursively generates dependent types which do not have built-in serializer or not.
Public propertyLanguage
Gets or sets the language identifier for code generation.
Public propertyNamespace
Gets or sets the namespace of generated classes.
Public propertyOutputDirectory
Gets or sets the output directory for generated source codes.
Public propertyPreferReflectionBasedSerializer
Gets or sets a value indicating whether prefer reflection based collection serializers instead of dyhnamic generated serializers.
Public propertySerializationMethod
Gets or sets the serialization method to pack object.
Top
See Also