Actually create a delta in the binary delta format. This method is designed to be overridden by subclasses that have more intimate knowledge of the contents of the buffers.

Namespace: Tangosol.IO
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
protected Binary CreateDelta(
	Binary binOld,
	Binary binNew
)

Parameters

binOld
Type: Tangosol.Util..::..Binary
The old value.
binNew
Type: Tangosol.Util..::..Binary
The new value.

Return Value

A delta in the binary delta format.

See Also