Table of Contents

Class SerializedTypeBase

Namespace
Ceres.Serialization
Assembly
Ceres.dll
public abstract class SerializedTypeBase
Inheritance
SerializedTypeBase
Derived
Inherited Members

Constructors

SerializedTypeBase()

protected SerializedTypeBase()

Fields

serializedTypeString

Formatted type metadata, see SerializedType

public string serializedTypeString

Field Value

string

Methods

GetObjectType()

Get object type

public abstract Type GetObjectType()

Returns

Type

IsValid()

Whether type is valid

public bool IsValid()

Returns

bool