Marshaller(klass) -> new Marshaller component.
A component for marshalling data (serialising it to a string).
Keyword arguments: - klass -- a class with static method: marshall(data) that returns the data, marshalled.
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. |