Interface MarshalableParameter


  • public interface MarshalableParameter

    Implemented by users of this facility when a message parameter can be marshalled into a byte array but the marshalling should be deferred until it is known that it is needed (for performance reasons).

    Since:
    Rhino 2.6.0
    • Method Detail

      • marshal

        byte[] marshal()