TerminalSerializationHook class abstract
Terminal hook for infrastructure-level transformations (encryption, compression). Always processes strings, applied after regular serialization hooks.
Constructors
Properties
Methods
-
deserialize(
String value, HHCtxI ctx) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
String value, HHCtxI ctx) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited