Class MessagePackCodec

java.lang.Object
org.rcsb.cif.binary.codec.MessagePackCodec

public class MessagePackCodec
extends Object
Decodes and encodes MessagePack data. Exists isolated from other codec implementations for simplicity and due to subtle differences such as byte order in MessagePack being big-endian as opposed to binary CIF codecs which require little-endian order. Regarding primitive number data types, only int and double are considered.