Methods

type

Returns the custom type that this class represents.

Returns:
Type Details
Types::Custom the custom type that this class represents.
Raises:
Type Details
NotImplementedError

deserialize

(data)

Deserialize the given data into an instance of this domain object class.

Parameters:
Name Type Details
data String byte-array representation of a column value of this custom type.
Returns:
Type Details
An instance of the domain object class.
Raises:
Type Details
Errors::DecodingError upon failure.