interface Component.INetworkSnapshot
When implemented on a it can read and write data to and from a network snapshot.
public void ReadSnapshot( ref ByteStream reader )
Read data from the snapshot.
public void WriteSnapshot( ref ByteStream writer )
Write data to the snapshot.