Click or drag to resize
SerializerCodeGenerationConfiguration Class
Represents configuration for serializer code generation.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationSerializerCodeGenerationConfiguration

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public sealed class SerializerCodeGenerationConfiguration

The SerializerCodeGenerationConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSerializerCodeGenerationConfiguration
Initializes a new instance of the SerializerCodeGenerationConfiguration class.
Top
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