Abstract
A TypeSerialization covers the necessary transformation logic in order to serialize and deserialize objects suitable for http calls
TypeSerialization
the object type within the application
the object type in the "transport" representation
deserialize the passed object given a specific format
the form according to open-api
the value
tha possibly transformed object
serialize the passed object given a specific format
A
TypeSerializationcovers the necessary transformation logic in order to serialize and deserialize objects suitable for http calls