SerializerCodeGenerationResultSerializerTypeName Property |
Gets the type name of the generated serializer.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string SerializerTypeName { get; }
Public ReadOnly Property SerializerTypeName As String
Get
public:
property String^ SerializerTypeName {
String^ get ();
}
member SerializerTypeName : string with get
Property Value
Type:
String
The type name of the generated serializer.
This property will not be
null nor empty.
See Also