Interface MarshallAware
  
  Represents a marshallable entity
Assembly: Apache.NMS.ActiveMQ.dll
  Syntax
  
    public interface MarshallAware
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    void AfterMarshall(OpenWireFormat wireFormat)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    void AfterUnmarshall(OpenWireFormat wireFormat)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    void BeforeMarshall(OpenWireFormat wireFormat)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    void BeforeUnmarshall(OpenWireFormat wireFormat)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    byte[] GetMarshalledForm(OpenWireFormat wireFormat)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte[] |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    void SetMarshalledForm(OpenWireFormat wireFormat, byte[] data)
   
  Parameters