Package park :: Package util :: Module codec :: Class Codec

Class Codec

source code


Network transport encoding so that we can switch between pickle, xml, json, google, ... without having to rewrite ServiceManager.

Codec by itself is the null service, and so can be used for the single node fitter which doesn't need to marshall its parameters.

Static Methods
 
encode(s)
network transport encoder
source code
 
decode(s)
network transport decoder
source code