Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Select an optimal stream format to use to store the passed object in a stream.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected static ComparisonValueExtractor..::.StreamFormat GetStreamFormat(
	Object o
)

Parameters

o
Type: System..::.Object
An object.

Return Value

A stream format to use to store the object in a stream.

See Also