Uses of Interface
one.microstream.chars.ObjectStringAssembler
| Package | Description | 
|---|---|
| one.microstream.chars | |
| one.microstream.com | |
| one.microstream.persistence.types | |
| one.microstream.storage.configuration | 
- 
Uses of ObjectStringAssembler in one.microstream.charsSubinterfaces of ObjectStringAssembler in one.microstream.chars Modifier and Type Interface Description interfaceObjectStringConverter<T>A "ObjectStringConverter" is hereby defined as a logic instance that handles both conversion to and from a String-form of instances of a certain type.
- 
Uses of ObjectStringAssembler in one.microstream.comSubinterfaces of ObjectStringAssembler in one.microstream.com Modifier and Type Interface Description interfaceComProtocolStringConverterA "StringConverter" is hereby defined as a logic instance that handles both conversion to and from a String-form.Classes in one.microstream.com that implement ObjectStringAssembler Modifier and Type Class Description static classComProtocolStringConverter.Default
- 
Uses of ObjectStringAssembler in one.microstream.persistence.typesSubinterfaces of ObjectStringAssembler in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceIdStrategyStringConverterinterfacePersistenceTypeDictionaryAssemblerClasses in one.microstream.persistence.types that implement ObjectStringAssembler Modifier and Type Class Description static classPersistenceIdStrategyStringConverter.Defaultstatic classPersistenceTypeDictionaryAssembler.Default
- 
Uses of ObjectStringAssembler in one.microstream.storage.configurationSubinterfaces of ObjectStringAssembler in one.microstream.storage.configuration Modifier and Type Interface Description interfaceByteSizeAssemblerConverts a byte size value from long into a human readable format.interfaceConfigurationAssemblerAssembles a configuration object into an exportable format.interfaceDurationAssemblerClasses in one.microstream.storage.configuration that implement ObjectStringAssembler Modifier and Type Class Description static classByteSizeAssembler.Defaultstatic classConfigurationAssembler.IniConfigurationAssemblerstatic classConfigurationAssembler.XmlConfigurationAssemblerstatic classDurationAssembler.Default