[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

implement to write the values of fields to a byte[] when an object gets stored.

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub WriteFields ( _
	obj As Object, _
	slot As Byte(), _
	offset As Integer _
)
C#
void WriteFields (
	Object obj,
	byte[] slot,
	int offset
)
Visual C++
void WriteFields (
	Object^ obj, 
	array<unsigned char>^ slot, 
	int offset
)

Parameters

obj
System.Object
the object that is stored
slot
System.Byte[]
the byte[] where the fields are to be written
offset
System.Int32
the offset position in the byte[] where the first field value can be written

Remarks

implement to write the values of fields to a byte[] when an object gets stored.