Persistate API documentation
Read Method (filePath)
NamespacesPersistateTreeDeserialiserRead(String)

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

Reads Messages from a file.
Declaration Syntax
C#
public static List<Message> Read(
	string filePath
)
Parameters
filePath (String)
The path and file name of a file to read from.
Return Value
The Messages read from the file.
Remarks
The file should be in a format produced by the TreeSerialiser class.

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