java.lang.Object | ||
↳ | com.netflix.astyanax.serializers.AbstractSerializer<T> | |
↳ | com.netflix.astyanax.serializers.StringSerializer |
A StringSerializer translates the byte[] to and from string using utf-8 encoding.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Extract an object of type T from the bytes.
| |||||||||||
Create a ByteBuffer by first parsing the type out of a string
| |||||||||||
Extract bytes from the obj of type T
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a ByteBuffer by first parsing the type out of a string