Packet Serialize Method NetworkComms.Net Help
Serializes the current IExplicitlySerialize object to the provided OnlineStream

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

public void Serialize(
	Stream outputStream
)

Implements

IExplicitlySerialize Serialize(Stream)
See Also