App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Functions | Variables
google.appengine._internal.django.core.serializers.json Namespace Reference

Classes

class  DjangoJSONEncoder
 
class  Serializer
 

Functions

def Deserializer
 

Variables

 DateTimeAwareJSONEncoder = DjangoJSONEncoder
 

Detailed Description

Serialize data to/from JSON

Function Documentation

def google.appengine._internal.django.core.serializers.json.Deserializer (   stream_or_string,
  options 
)
Deserialize a stream or string of JSON data.