IPile GetRawBuffer Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a raw byte[] occupied by the object payload, only payload is returned along with serializer flag which tells what kind of serializer was used. This method is rarely used, it is needed for debugging and special-case "direct" memory access on read to bypass the de-serialization process altogether

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

byte[] GetRawBuffer(
	PilePointer ptr,
	out byte serializerFlag
)

Return Value

Type:  OnlineByte 
See Also