Summary
writes sub-objects, in cases where the
Db4objects.Db4o.Typehandlers.ITypeHandler4
is known.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Marshall - Containing Type
- IWriteContext
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 |