Open sandboxFocus

Method GetTypeName

GetTypeName(Type)

Gets the type name to store in the serialized data. Override to customize type name mapping.

Declaration
protected virtual string GetTypeName(Type type)
Parameters
Type Name Description
Type type

The type to get the name for.

Returns
Type Description
string

The type name string to store. By default, returns the assembly-qualified name.