Class BinaryHandlerProperties

All Implemented Interfaces:
BinaryTypeHandler<Properties>, PersistenceDataTypeHolder<Binary>, PersistenceTypeDefinition, PersistenceTypeDescription, PersistenceTypeHandler<Binary,​Properties>, PersistenceTypeIdentity, PersistenceTypeIdOwner, PersistenceTypeLink

public final class BinaryHandlerProperties
extends AbstractBinaryHandlerMap<Properties>
This type handler cannot handle a Properties' defaults values. They simply left no way to query the defaults of a certain Properties instance.

For a type handler that provides this functionality, albeit specific to JDK 8 (and higher but still compatible JDKs), see one.microstream.jdk8.java.util.BinaryHandlerProperties.