Interface Marshaller<UNMARSHALLED,MARSHALLED>

All Known Implementing Classes:
XmlStringJsonMarshaller

public interface Marshaller<UNMARSHALLED,MARSHALLED>
Contract for data marshaller implementations.
Author:
Ikasan Development Team
  • Method Details

    • marshall

      MARSHALLED marshall(UNMARSHALLED payload)
      Marshall the incoming event.
      Parameters:
      payload -
      Returns:
    • unmarshall

      UNMARSHALLED unmarshall(MARSHALLED payload)
      Unmarshall the incoming event.
      Parameters:
      payload -
      Returns: