You can specify a special translator for this type. A translator is a special way to add you're custom serialization for a type. See "Translators"
IEmbeddedConfiguration configuration = Db4oEmbedded.NewConfiguration(); configuration.Common.ObjectClass(typeof (Person)).Translate(new TSerializable());
Dim configuration As IEmbeddedConfiguration = Db4oEmbedded.NewConfiguration() configuration.Common.ObjectClass(GetType(Person)).Translate(New TSerializable())