Click or drag to resize
SerializerCodeGenerationResultSerializerTypeFullName Property
Gets the full name of the generated serializer type.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string SerializerTypeFullName { get; }

Property Value

Type: String
The full name of the generated serializer type. This property will not be null nor empty.
See Also