Serializes object into the incoming data stream.
            
Namespace: Soss.Client.Concurrent
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
Parameters
- stream
- Type: System.IOStream
 Stream where the object needs to be serialized to.
- obj
- Type: T
 Object to be serialized.
See Also