[ ABSTRACT CLASS ] - Simple JSON serialization class.
More...
[ ABSTRACT CLASS ] - Simple JSON serialization class.
◆ toJSON()
def sPythonUtils.serializerLib.SimpleJSON.toJSON |
( |
|
self | ) |
|
Serialize object to JSON.
- Exceptions
-
AttributeError | - If any attributes listed in SERIALIZE_SIMPLE_JSON_ATTR_LIST member is not found. |
- Returns
- dict - Dict instance.
◆ SERIALIZE_SIMPLE_JSON_ATTR_LIST
sPythonUtils.serializerLib.SimpleJSON.SERIALIZE_SIMPLE_JSON_ATTR_LIST = None |
|
static |
[ str ] - Attributes to be serialized.
The documentation for this class was generated from the following file: