geonode.serializer

Classes

JSONEncoder

A JSON serializer implementation that supports serialisation of Polygon`s

Functions

decode_hook(obj)

dumps(obj)

loads(strng)

Module Contents

class geonode.serializer.JSONEncoder[source]

Bases: kombu.utils.json.JSONEncoder

A JSON serializer implementation that supports serialisation of Polygon`s

default(obj)[source]
geonode.serializer.decode_hook(obj)[source]
geonode.serializer.dumps(obj)[source]
geonode.serializer.loads(strng)[source]