What's new? | Help | Directory | Sign in
Google
grassyknoll
GrassyKnoll: a Search Engine in Python
  
  
  
  
    
Search
for
Updated Mar 10, 2008 by peter.fein
Serializers  
List of available input/output serializers

Serializers are responsible for (de)serializing between strings and Python types. The input/output format is sometimes referred to as a wire format. Serializers live in grassyknoll.serial.

Current Serializers

HTML

HTML serialization is currently provided as part of the RestFrontend.

Desired Serializers

Serializer Protocol

A serialzier is any object (often a module) with the following attributes:


Sign in to add a comment