Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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