Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.encoding |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectCoder
An
ObjectCoder that uses reflection to access the properties and/or
fields of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectCoder
Combines the
KeyCoder , KeyRenderer , ValueCoder and
ValueRenderer into a single interface that allows Persistit to store
and retrieve arbitrary objects - even non-Serializable objects - without
byte-code enhancement, without incurring the space or time overhead of Java
serialization, or the need to modify the class to perform custom
serialization. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.