Interface Marshaller<T>


public interface Marshaller<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    marshall(T message)
     
  • Method Details

    • marshall

      byte[] marshall(T message)