Class RowSerializer
java.lang.Object
com.datastax.astra.internal.serdes.tables.RowSerializer
- All Implemented Interfaces:
DataAPISerializer
Custom implementation of serialization : faster + no jackson dependency
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
Definition of the Jackson object mapper to work with Tables.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.datastax.astra.internal.serdes.DataAPISerializer
convertValue, marshall, unMarshallBean
-
Constructor Details
-
RowSerializer
public RowSerializer()Default constructor
-
-
Method Details
-
getMapper
public com.fasterxml.jackson.databind.ObjectMapper getMapper()Definition of the Jackson object mapper to work with Tables.- Specified by:
getMapper
in interfaceDataAPISerializer
- Returns:
- object mapper
-