Package 

Enum ValueType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ValueType
    
                        

    Representation of MessagePack types.

    MessagePack uses hierarchical type system. Integer and Float are subypte of Number, Thus isNumberType returns true if type is Integer or Float. String and Binary are subtype of Raw. Thus isRawType returns true if type is String or Binary.