CustomSerializerTSerialize Method

ScaleOut Software NamedCache API
Serializes an object into a Stream.

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

public abstract void Serialize(
	Stream stream,
	T obj
)

Parameters

stream
Type: System.IOStream
The Stream into which obj is to be serialized.
obj
Type: T
The object to serialize.
See Also

Reference