ISerialTypeInfo

Description

[ShutdownSurvive]
interface Tinman.Core.IO.Serialization.ISerialTypeInfo

Derived from

IPleaseIncludeInBinaryThanks

Extended by

SerialTypeInfoBase abstract

Provides runtime information about a serializable type.

Public / Methods

Create​Instance


public method CreateInstance → ()

returns → ISerializable

The type instance.

Creates a new instance of the serializable type.

Public / Attributes

Guid


public attribute Guid → (get)

value : GUID

[not-empty]
The type GUID.

Returns the type GUID.

Name


public attribute Name → (get)

value : string

[not-empty]
The type name.

Returns the human-readable name of the serializable type.