Persistate API documentation
Read Method (stream)
NamespacesPersistateTreeDeserialiserRead(Stream)

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

Reads Messages from a stream.
Declaration Syntax
C#
public static List<Message> Read(
	Stream stream
)
Parameters
stream (Stream)
The stream to read the Messages from.
Return Value
The Messages read from the stream.
Remarks
The stream should be in a format produced by the TreeSerialiser class.

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