Enum EncodingType
Defines the encoding type of an AMQP serializable type.
Namespace: Amqp.Serialization
Assembly: Amqp.Net.dll
Syntax
public enum EncodingType
Fields
| Name | Description |
|---|---|
| List | The type is encoded as an AMQP described list. |
| Map | The type is encoded as an AMQP described map. |
| SimpleList | The type is encoded as an AMQP list with no descriptor. |
| SimpleMap | The type is encoded as an AMQP map with string keys. |