Persistate API documentation
Write Method (messages, stream)
NamespacesPersistateTreeSerialiserWrite(array<Message>[]()[][], Stream)

[This is preliminary documentation and is subject to change.]

Writes Messages to a stream.
Declaration Syntax
C#
public static void Write(
	Message[] messages,
	Stream stream
)
Parameters
messages (array<Message>[]()[][])
The Messages to write to the stream.
stream (Stream)
The stream to write the messages to.
Remarks
The messages are written in the same format used by the other methods in this class, and so the stream can be read by the TreeDeserialiser class. NB: This method should not be called more than once on the same stream.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)