All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msgpack4z.MsgType Maven / Gradle / Ivy

The newest version!
package msgpack4z;

public enum MsgType {
    /**
     * nil type
     */
    NIL,
    /**
     * boolean type
     */
    BOOLEAN,
    /**
     * integer type
     */
    INTEGER,
    /**
     * float type
     */
    FLOAT,
    /**
     * string type
     */
    STRING,
    /**
     * array type
     */
    ARRAY,
    /**
     * map type
     */
    MAP,
    /**
     * binary type
     */
    BINARY,
    /**
     * extension type
     */
    EXTENSION
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy