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

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

Writes Messages to a file.
Declaration Syntax
C#
public static void Write(
	Message[] messages,
	string filePath
)
Parameters
messages (array<Message>[]()[][])
The Messages to write to the stream.
filePath (String)
The path and name of the file to write the Messages to.
Remarks
The file is written in the same format used by the other methods in this class, and so the file can be read by the TreeDeserialiser class.

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