Class BigIntegerCoder

All Implemented Interfaces:
Serializable

public class BigIntegerCoder extends AtomicCoder<BigInteger>
A BigIntegerCoder encodes a BigInteger as a byte array containing the big endian two's-complement representation, encoded via ByteArrayCoder.
See Also: