SerialTypeInfoBase

Description

abstract class Tinman.Core.IO.Serialization.SerialTypeInfoBase

Derived from

ISerialTypeInfo

Extended by

SerialTypeInfo sealed

Abstract base class for ISerialTypeInfo implementations

Protected / Constructors

Serial​Type​Info​Base

2 overloads


protected constructor SerialTypeInfoBase1 → (2)

name in : string

[not-empty]
Name of the type.

guid in : string

[not-null]
The type GUID string.

Creates a new instance of SerialTypeInfoBase.

ValidatingException

If guid in is malformed.

See also

GUID.From1


protected constructor SerialTypeInfoBase2 → (2)

name in : string

[not-empty]
Name of the type.

lockedGuid in : int32

The locked type GUID bytes.

Creates a new instance of SerialTypeInfo.