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).
Modifier and Type | Method and Description |
---|---|
byte[] |
marshal() |