Serializer Delegate

ScaleOut Software NamedCache API
A delegate to a method that can serialize an object into a Stream. This delegate is used to establish a custom serialization callback through the SetCustomSerialization(Serializer, Deserializer) method.

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

public delegate void Serializer(
	Stream stream,
	Object obj
)

Parameters

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

Reference