Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 489 Bytes

index.rst

File metadata and controls

15 lines (9 loc) · 489 Bytes

Serialization ===========

Jivago provides an ObjectMapper object which can be used to serialize and deserialize complex objects. Mapped classes do not need to be annotated with the @Serializable annotation.

object_mapper.py

object_mapper.py

If a constructor (__init__) function is declared on the mapped class, parameters are injected, otherwise parameters are set using the __setattr__ method.