Checks if a given type has a custom serialization representation.
A class or struct type is custom serializable if it defines a pair of
toRepresentation/fromRepresentation methods. Any class or
struct type that has this trait will be serialized by using the return
value of it's toRepresentation method instead of the original value.
This trait has precedence over isISOExtStringSerializable and
isStringSerializable.
Checks if a given type has a custom serialization representation.
A class or struct type is custom serializable if it defines a pair of toRepresentation/fromRepresentation methods. Any class or struct type that has this trait will be serialized by using the return value of it's toRepresentation method instead of the original value.
This trait has precedence over isISOExtStringSerializable and isStringSerializable.