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 classComProtocolStringConverter.Default - 
Method Summary
 
- 
Method Details
- 
assemble
- Specified by:
 assemblein interfaceObjectStringAssembler<ComProtocol>
 - 
provideAssemblyBuffer
- Specified by:
 provideAssemblyBufferin interfaceObjectStringAssembler<ComProtocol>
 - 
assemble
- Specified by:
 assemblein interfaceObjectStringAssembler<ComProtocol>
 - 
parse
- Specified by:
 parsein interfaceObjectStringParser<ComProtocol>
 - 
parse
- Specified by:
 parsein 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
 
 -