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

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

Property Value

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