Registers a custom transformer for serializing and deserializing a specific type. Allows the adapter to handle types beyond plain data (e.g., Date objects, custom classes).
Transformer implementing ISerdeTransformerAdapter interface
Void (adapter is mutated with new transformer registered)
Serializes the given value into a serialized representation. Converts runtime values to a format suitable for storage or transmission.
The value to serialize (must be plain data, not custom class instances)
The serialized representation of the value
IMPORT_PATH:
"@daiso-tech/core/serde/super-json-serde-adapter"