| java.lang.Object | ||
| ↳ | com.netflix.astyanax.serializers.AbstractSerializer<T> | |
| ↳ | com.netflix.astyanax.serializers.CompositeSerializer | |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Extract an object of type T from the bytes.
| |||||||||||
Return the byte buffer for the next value in sorted order for the
matching comparator type.
| |||||||||||
Extract bytes from the obj of type T
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netflix.astyanax.serializers.AbstractSerializer
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.netflix.astyanax.Serializer
| |||||||||||
Return the byte buffer for the next value in sorted order for the matching comparator type. This is used for paginating columns.