encoder method
The mapping method to encode value
to a serializable value.
Implementation
Object? encoder(T value, EncodingContext context) {
throw MapperException.unsupportedMethod(MapperMethod.encode, type);
}
The mapping method to encode value
to a serializable value.
Object? encoder(T value, EncodingContext context) {
throw MapperException.unsupportedMethod(MapperMethod.encode, type);
}