Represents a raw CLType message that can be parsed into a CLType instance. This class utilizes typedjson decorators for JSON serialization and deserialization.
CLType
typedjson
Initializes a new instance of the CLTypeRaw class.
A string representing the raw CLType message.
Private
The raw message string representation of a CLType.
Parses the raw message into a CLType object.
A CLType instance if parsing is successful.
Error if parsing fails, with a descriptive error message.
Static
Generated using TypeDoc
Represents a raw CLType message that can be parsed into a
CLType
instance. This class utilizestypedjson
decorators for JSON serialization and deserialization.