ArgumentSerializers
A {Argument -> Serializer}
map, with helper functions to get the needed serializer as Serializer<Any?, S>
rather than Serializer<*, S>
and to serialize/deserialize all arguments.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Deserialize all arguments, throwing MissingSerializerException if a serializer is missing.
Link copied to clipboard
Deserialize an argument, throwing MissingSerializerException if the serializer is missing.
Link copied to clipboard
Get a serializer for an argument as a Serializer<Any?, S>
, throwing MissingSerializerException if a serializer is missing.
Link copied to clipboard
Serialize all arguments, throwing MissingSerializerException if a serializer is missing.
Link copied to clipboard
Serialize an argument, throwing MissingSerializerException if the serializer is missing.