public interface DistributedContextCodec
byte[]
context2Bytes(Map<String,Object> context)
String
context2String(Map<String,Object> context)
Map<String,Object>
loadBytes(byte[] src)
loadBytes(byte[] src, int offset, int length)
loadString(String src)
byte[] context2Bytes(Map<String,Object> context)
context
Map<String,Object> loadBytes(byte[] src)
src
Map<String,Object> loadBytes(byte[] src, int offset, int length)
offset
length
String context2String(Map<String,Object> context)
Map<String,Object> loadString(String src)
Copyright © 2020. All Rights Reserved.