Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
0
Share

SerializableObjectJson

Serializable and deserializable object. It must be serialized into a json object and deserialized from a json object.

Functions
serialize

Serialize the object into a json object. For SerializableRField, this method is called when the resource is saved.

Return type : Union
deserialize @classmethod

Deserialize the object from a json object. For SerializableRField, this method is called when the RField is loaded.

data : Union
json object generated by the serialize method
Return type : SerializableObjectJson
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.