from twisted.spread import flavors class Foo(flavors.Copyable): pass class RemoteFoo (flavors.RemoteCopy): pass flavors.setUnjellyableForClass(Foo, RemoteFoo)