DefaultSerializerTSerialize Method

ScaleOut Software NamedCache API
Serializes object into the incoming data stream.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public override void Serialize(
	Stream stream,
	T obj
)

Parameters

stream
Type: System.IOStream
Stream where the object needs to be serialized to.
obj
Type: T
Object to be serialized.
See Also

Reference