Package one.microstream.com
Interface ComProtocolStringConverter
- All Superinterfaces:
ObjectStringAssembler<ComProtocol>
,ObjectStringConverter<ComProtocol>
,ObjectStringParser<ComProtocol>
- All Known Implementing Classes:
ComProtocolStringConverter.Default
public interface ComProtocolStringConverter extends ObjectStringConverter<ComProtocol>
A "StringConverter" is hereby defined as a logic instance that handles both conversion to and from a String-form.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComProtocolStringConverter.Default
-
Method Summary
-
Method Details
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<ComProtocol>
-
provideAssemblyBuffer
- Specified by:
provideAssemblyBuffer
in interfaceObjectStringAssembler<ComProtocol>
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<ComProtocol>
-
parse
- Specified by:
parse
in interfaceObjectStringParser<ComProtocol>
-
parse
- Specified by:
parse
in interfaceObjectStringParser<ComProtocol>
-
defaultLabelVersion
-
defaultLabelByteOrder
-
defaultLabelIdStrategy
-
defaultIdStrategyStringConverter
-
defaultTypeDictionaryAssembler
-
defaultLabelTypeDictionary
-
defaultProtocolItemSeparator
static char defaultProtocolItemSeparator() -
defaultProtocolItemAssigner
static char defaultProtocolItemAssigner() -
defaultProtocolItemDelimiter
static char defaultProtocolItemDelimiter() -
labelProtocolVersion
-
labelByteOrder
-
labelIdStrategy
-
idStrategyStringConverter
-
labelTypeDictionary
-
typeDictionaryAssembler
-
protocolItemSeparator
default char protocolItemSeparator() -
protocolItemAssigner
default char protocolItemAssigner() -
protocolItemDelimiter
default char protocolItemDelimiter() -
New
-