Serializes an object into a Stream.
Namespace: Soss.Client.Concurrent
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
Parameters
- stream
- Type: System.IO.Stream
The Stream into which obj is to be serialized. - obj
- Type: T
The object to serialize.
See Also