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 SummaryNested Classes Modifier and Type Interface Description static classComProtocolStringConverter.Default
- 
Method Summary
- 
Method Details- 
assemble- Specified by:
- assemblein interface- ObjectStringAssembler<ComProtocol>
 
- 
provideAssemblyBuffer- Specified by:
- provideAssemblyBufferin interface- ObjectStringAssembler<ComProtocol>
 
- 
assemble- Specified by:
- assemblein interface- ObjectStringAssembler<ComProtocol>
 
- 
parse- Specified by:
- parsein interface- ObjectStringParser<ComProtocol>
 
- 
parse- Specified by:
- parsein interface- ObjectStringParser<ComProtocol>
 
- 
defaultLabelVersion
- 
defaultLabelByteOrder
- 
defaultLabelIdStrategy
- 
defaultIdStrategyStringConverter
- 
defaultTypeDictionaryAssembler
- 
defaultLabelTypeDictionary
- 
defaultProtocolItemSeparatorstatic char defaultProtocolItemSeparator()
- 
defaultProtocolItemAssignerstatic char defaultProtocolItemAssigner()
- 
defaultProtocolItemDelimiterstatic char defaultProtocolItemDelimiter()
- 
labelProtocolVersion
- 
labelByteOrder
- 
labelIdStrategy
- 
idStrategyStringConverter
- 
labelTypeDictionary
- 
typeDictionaryAssembler
- 
protocolItemSeparatordefault char protocolItemSeparator()
- 
protocolItemAssignerdefault char protocolItemAssigner()
- 
protocolItemDelimiterdefault char protocolItemDelimiter()
- 
New
 
-