Click or drag to resize
SerializerCodeGenerationResult Class
Represents result of serializer code generation for each input target types.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationSerializerCodeGenerationResult

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

The SerializerCodeGenerationResult type exposes the following members.

Properties
  NameDescription
Public propertyFilePath
Gets the file path which contains generated serializer.
Public propertySerializerTypeFullName
Gets the full name of the generated serializer type.
Public propertySerializerTypeName
Gets the type name of the generated serializer.
Public propertySerializerTypeNamespace
Gets the namespace of the generated serializer.
Public propertyTargetType
Gets the target type of serializer generation.
Top
See Also