helper.string.serialization — Serialization

Warning

This package is not documented yet.

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

Bases: dp_tornado.engine.helper.Helper

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