DeMarshaller(klass) -> new DeMarshaller component.
A component for demarshalling data (deserialising it from a string).
Keyword arguments: - klass -- a class with static method: demarshall(data) that returns the data, demarshalled.
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |