Packet Deserialize Method (Stream)NetworkComms.Net Help
Deserializes from a OnlineStream to the current IExplicitlySerialize object

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void Deserialize(
	Stream inputStream
)

Implements

IExplicitlySerialize Deserialize(Stream)
See Also