SerialTypeInfo

Description

sealed class Tinman.Core.IO.Serialization.SerialTypeInfo
<T ref : ISerializable>

Derived from

SerialTypeInfoBase abstract

Provides runtime information about a serializable type.

Public / Constructors

Serial​Type​Info

2 overloads


public constructor SerialTypeInfo1 → (2)

name in : string

[not-empty]
Name of the type.

guid in : string

[not-null]
The type GUID string.

Creates a new instance of SerialTypeInfo.

ValidatingException

If guid in is malformed.

See also

GUID.From1


public constructor SerialTypeInfo2 → (2)

name in : string

[not-empty]
Name of the type.

lockedGuid in : int32

The locked type GUID bytes.

Creates a new instance of SerialTypeInfo.