Package org.msgpack.util.json

Examples of org.msgpack.util.json.JSONBufferPacker


* @see com.adgear.anoa.codec.schemaless.AvroSpecificToValue
*/
public class ValueToJsonBytes extends ValueSerializerBase {

  public ValueToJsonBytes(Provider<Value> provider) {
    super(provider, new JSONBufferPacker(new MessagePack()));
  }
View Full Code Here

TOP

Related Classes of org.msgpack.util.json.JSONBufferPacker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.