helper.serialization — Serialization

Warning

This package is not documented yet.

class dp_tornado.helper.serialization.SerializationHelper(category=None, path_prefix=None)[source]

Bases: dp_tornado.engine.helper.Helper

deserialize(text, method='json', encoding='utf8', raise_exception=False)[source]

Alias of helper.string.serialization.deserialize

serialize(obj, method='json', beautify=False, raise_exception=False)[source]

Alias of helper.string.serialization.serialize