public class

SpecificCompositeSerializer

extends CompositeSerializer
java.lang.Object
   ↳ com.netflix.astyanax.serializers.AbstractSerializer<T>
     ↳ com.netflix.astyanax.serializers.CompositeSerializer
       ↳ com.netflix.astyanax.serializers.SpecificCompositeSerializer

Summary

Public Constructors
SpecificCompositeSerializer(CompositeType type)
Public Methods
ByteBuffer fromString(String string)
Create a ByteBuffer by first parsing the type out of a string
String getString(ByteBuffer byteBuffer)
[Expand]
Inherited Methods
From class com.netflix.astyanax.serializers.CompositeSerializer
From class com.netflix.astyanax.serializers.AbstractSerializer
From class java.lang.Object
From interface com.netflix.astyanax.Serializer

Public Constructors

public SpecificCompositeSerializer (CompositeType type)

Public Methods

public ByteBuffer fromString (String string)

Create a ByteBuffer by first parsing the type out of a string

public String getString (ByteBuffer byteBuffer)