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
Methods
GetObjectType()
Get object type
public abstract Type GetObjectType()
Returns
IsValid()
Whether type is valid
public bool IsValid()