Function
zope.publisher.xmlrpc.premarshal

Signature

premarshal(data)

Documentation String

Premarshal data before handing it to xmlrpclib for marhalling

The initial purpose of this function is to remove security proxies without resorting to removeSecurityProxy. This way, we can avoid inadvertently providing access to data that should be protected.