Package one.microstream.chars
Interface ObjectStringConverter<T>
-
- All Superinterfaces:
ObjectStringAssembler<T>
,ObjectStringParser<T>
- All Known Subinterfaces:
ComProtocolStringConverter
,PersistenceIdStrategyStringConverter
- All Known Implementing Classes:
ComProtocolStringConverter.Default
,PersistenceIdStrategyStringConverter.Default
public interface ObjectStringConverter<T> extends ObjectStringAssembler<T>, ObjectStringParser<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.
-
-
Method Summary
-
Methods inherited from interface one.microstream.chars.ObjectStringAssembler
assemble, assemble, provideAssemblyBuffer
-
Methods inherited from interface one.microstream.chars.ObjectStringParser
parse, parse
-
-