menu
crystallis package
documentation
runtime/serializer.dart
Serializer<I, O>
serialize abstract method
serialize abstract method
dark_mode
light_mode
serialize
abstract method
O
serialize
(
I
value
)
Function that converts from type
I
to type
O
Implementation
O serialize(I value);
crystallis package
documentation
runtime/serializer
Serializer<I, O>
serialize abstract method
Serializer class