Table of Contents

Interface IWireFormat

Namespace
Apache.NMS.ActiveMQ.Transport
Assembly
Apache.NMS.ActiveMQ.dll
public interface IWireFormat

Properties

Transport

ITransport Transport { get; set; }

Property Value

ITransport

Version

int Version { get; }

Property Value

int

Methods

Marshal(object, BinaryWriter)

void Marshal(object o, BinaryWriter ds)

Parameters

o object
ds BinaryWriter

Unmarshal(BinaryReader)

object Unmarshal(BinaryReader dis)

Parameters

dis BinaryReader

Returns

object