google.appengine.ext.deferred.serialize

Serializes a callable into a format recognized by the deferred executor.

obj The callable to serialize. See module docstring for restrictions.
*args Positional arguments to call the callable with.
**kwargs Keyword arguments to call the callable with.

A serialized representation of the callable.