Summary
Represents a db4o file format version, assembles all the marshallers
needed to read/write this specific version.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Marshall - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MarshallerFamily"]
class Type type-node
Syntax
public class MarshallerFamily
Remarks
Represents a db4o file format version, assembles all the marshallers
needed to read/write this specific version.
A marshaller knows how to read/write certain types of values from/to its
representation on disk for a given db4o file format version.
Responsibilities are somewhat overlapping with TypeHandler's.
Constructors
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _class | ||
| _field | ||
| _primitive |
Methods
| Name | Value | Summary |
|---|---|---|
| Current |
MarshallerFamily |
static
|
| ForConverterVersion |
MarshallerFamily |
static
|
| HandlerVersion |
int | |
| LatestFamily |
MarshallerFamily |
static
|
| Version |
MarshallerFamily |
static
|