Method | Description | |
---|---|---|
ConfigureJsonDeserializer ( this configurator, JsonSerializerSettings>.Func |
Configure the serialization settings used to create the message deserializer
|
|
ConfigureJsonSerializer ( this configurator, JsonSerializerSettings>.Func |
Configure the serialization settings used to create the message serializer
|
|
SupportBinaryMessageDeserializer ( this configurator ) : void |
Add support for the binary message deserializer to the bus. This serializer is not supported by default.
|
|
UseBinarySerializer ( this configurator ) : void |
Serialize message using the .NET binary formatter (also adds support for the binary deserializer)
|
|
UseBsonSerializer ( this configurator ) : void |
Serialize messages using the BSON message serializer
|
|
UseEncryptedSerializer ( this configurator, ICryptoStreamProvider streamProvider ) : void | ||
UseJsonSerializer ( this configurator ) : void |
Serialize messages using the JSON serializer
|
|
UseXmlSerializer ( this configurator ) : void |
Serialize messages using the XML message serializer
|
public static ConfigureJsonDeserializer ( this configurator, JsonSerializerSettings>.Func |
||
configurator | this | |
configure | JsonSerializerSettings>.Func | |
return | void |
public static ConfigureJsonSerializer ( this configurator, JsonSerializerSettings>.Func |
||
configurator | this | |
configure | JsonSerializerSettings>.Func | |
return | void |
public static SupportBinaryMessageDeserializer ( this configurator ) : void | ||
configurator | this | |
return | void |
public static UseBinarySerializer ( this configurator ) : void | ||
configurator | this | |
return | void |
public static UseBsonSerializer ( this configurator ) : void | ||
configurator | this | |
return | void |
public static UseEncryptedSerializer ( this configurator, ICryptoStreamProvider streamProvider ) : void | ||
configurator | this | |
streamProvider | ICryptoStreamProvider | |
return | void |
public static UseJsonSerializer ( this configurator ) : void | ||
configurator | this | |
return | void |
public static UseXmlSerializer ( this configurator ) : void | ||
configurator | this | |
return | void |