Click or drag to resize
SerializerCodeGenerationResultSerializerTypeNamespace Property
Gets the namespace of the generated serializer.

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

Property Value

Type: String
The namespace of the generated serializer. This value will not be null, but might be empty which represents global namespace.
See Also