Package org.apache.cassandra.serializers
Class LongSerializer
java.lang.Object
org.apache.cassandra.serializers.TypeSerializer<Long>
org.apache.cassandra.serializers.LongSerializer
- Direct Known Subclasses:
CounterSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> Longdeserialize(V value, ValueAccessor<V> accessor) getType()<V> voidvalidate(V value, ValueAccessor<V> accessor) Methods inherited from class org.apache.cassandra.serializers.TypeSerializer
deserialize, isNull, isNull, shouldQuoteCQLLiterals, toCQLLiteral, toCQLLiteralNonNull, toCQLLiteralNoQuote, validate
-
Field Details
-
instance
-
-
Constructor Details
-
LongSerializer
public LongSerializer()
-
-
Method Details
-
deserialize
- Specified by:
deserializein classTypeSerializer<Long>
-
serialize
- Specified by:
serializein classTypeSerializer<Long>
-
validate
- Specified by:
validatein classTypeSerializer<Long>- Throws:
MarshalException
-
toString
- Specified by:
toStringin classTypeSerializer<Long>
-
getType
- Specified by:
getTypein classTypeSerializer<Long>
-