Метод | Описание | |
---|---|---|
Deserialize ( Stream stream, IList |
Deserializes from the given stream a set of messages.
|
|
InitType ( |
Scans the given type storing maps to fields and properties to save on reflection at runtime.
|
|
Initialize ( IEnumerable |
Initialized the serializer with the given message types.
|
|
Serialize ( object message, Stream stream ) : void |
Serializes the given messages to the given stream.
|
|
XmlMessageSerializer ( IMessageMapper mapper, Conventions conventions ) : System |
Initializes an instance of a XmlMessageSerializer.
|
Метод | Описание | |
---|---|---|
TrimPotentialTrailingForwardSlashes ( string value ) : string |
public Deserialize ( Stream stream, IList |
||
stream | Stream | Stream that contains messages. |
messageTypesToDeserialize | IList |
/// The list of message types to deserialize. If null the types must be inferred /// from the serialized data. /// |
Результат | object[] |
public Initialize ( IEnumerable |
||
types | IEnumerable |
|
Результат | void |
public Serialize ( object message, Stream stream ) : void | ||
message | object | |
stream | Stream | |
Результат | void |
public XmlMessageSerializer ( IMessageMapper mapper, Conventions conventions ) : System | ||
mapper | IMessageMapper | Message Mapper. |
conventions | Conventions | The endpoint conventions. |
Результат | System |