⁘ data.core.serialization

DataBlockJSONSerializer

go to → Members

Extends

Methods

staticDeserialize(p_serial, p_data, p_options) → {data.core.DataBlock}

Return an entry object from the provided serial Or override available info in provided target

Parameters:
Name Type Default Description
p_serial object

The data to be deserialized

p_data data.core.DataBlock null

The existing object to deserialize into

p_options object null

Deserialization options

staticSerialize(p_data, p_options) → {object}

Return the target as a JSON Object

Parameters:
Name Type Default Description
p_data data.core.DataBlock

The object to serialize

p_options object null

Serialization options