String |
Strings.BinDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
io.netty.buffer.ByteBuf buffer,
Context context) |
String |
Jsons.BinDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
io.netty.buffer.ByteBuf buffer,
Context context) |
protected abstract Object |
BinaryDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
io.netty.buffer.ByteBuf buffer,
Context context) |
protected abstract Object |
TextDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
CharSequence buffer,
Context context) |
String |
Strings.TxtDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
CharSequence buffer,
Context context) |
String |
Names.TxtDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
CharSequence buffer,
Context context) |
Object |
TextDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
Object buffer,
Context context) |
Object |
BinaryDecoder.decode(Type type,
Short typeLength,
Integer typeModifier,
Object buffer,
Context context) |
protected abstract void |
BinaryEncoder.encode(Type type,
io.netty.buffer.ByteBuf buffer,
Object val,
Context context) |
void |
Domains.BinEncoder.encode(Type type,
io.netty.buffer.ByteBuf buffer,
Object value,
Context context) |
void |
Strings.BinEncoder.encode(Type type,
io.netty.buffer.ByteBuf buffer,
Object val,
Context context) |
void |
Jsons.BinEncoder.encode(Type type,
io.netty.buffer.ByteBuf buffer,
Object val,
Context context) |
void |
BinaryEncoder.encode(Type type,
Object buffer,
Object value,
Context context) |
void |
TextEncoder.encode(Type type,
Object buffer,
Object value,
Context context) |
void |
Domains.TxtEncoder.encode(Type type,
StringBuilder buffer,
Object value,
Context context) |
void |
Strings.TxtEncoder.encode(Type type,
StringBuilder buffer,
Object val,
Context context) |
protected abstract void |
TextEncoder.encode(Type type,
StringBuilder buffer,
Object val,
Context context) |
void |
Names.TxtEncoder.encode(Type type,
StringBuilder buffer,
Object val,
Context context) |
Type.Codec.Decoder |
ProcProvider.findDecoder(String name,
Context context) |
Type.Codec.Decoder |
SimpleProcProvider.findDecoder(String name,
Context context) |
Type.Codec.Decoder |
SettingSelectProcProvider.findDecoder(String name,
Context context) |
Type.Codec.Encoder |
ProcProvider.findEncoder(String name,
Context context) |
Type.Codec.Encoder |
SimpleProcProvider.findEncoder(String name,
Context context) |
Type.Codec.Encoder |
SettingSelectProcProvider.findEncoder(String name,
Context context) |
Modifiers.Parser |
ProcProvider.findModifierParser(String name,
Context context) |
Modifiers.Parser |
SimpleProcProvider.findModifierParser(String name,
Context context) |
Modifiers.Parser |
SettingSelectProcProvider.findModifierParser(String name,
Context context) |
protected boolean |
Oids.hasName(String name,
String suffix,
Context context) |
protected boolean |
BaseProcProvider.hasName(String name,
String suffix,
Context context) |
Type.Codec.Decoder |
Procs.loadDecoderProc(String name,
Context context,
Type.Codec.Decoder defaultDecoder) |
Type.Codec.Encoder |
Procs.loadEncoderProc(String name,
Context context,
Type.Codec.Encoder defaultEncoder) |
Modifiers.Parser |
Procs.loadModifierParserProc(String name,
Context context) |
Type.Codec |
Procs.loadNamedBinaryCodec(String baseName,
Context context) |
Type.Codec |
Procs.loadNamedTextCodec(String baseName,
Context context) |