Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

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