IWriteContext.

WriteObject(ITypeHandler4, Object) Method

Summary

writes sub-objects, in cases where the Db4objects.Db4o.Typehandlers.ITypeHandler4 is known.

Syntax

void WriteObject(ITypeHandler4 handler, Object obj)

Parameters

Name Type Description
handler ITypeHandler4 typehandler to be used to write the object.
obj Object the object to write

Return Value

Type Description
void