Package com.batch.android.msgpack.value
Interface NilValue
-
- All Superinterfaces:
Value
- All Known Subinterfaces:
ImmutableNilValue
- All Known Implementing Classes:
ImmutableNilValueImpl
public interface NilValue extends Value
Representation of MessagePack's Nil type.
-
-
Method Summary
-
Methods inherited from interface com.batch.android.msgpack.value.Value
asArrayValue, asBinaryValue, asBooleanValue, asExtensionValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asNumberValue, asRawValue, asStringValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo
-
-