Package com.flowable.indexing.api
Interface IndexableObjectSerializer
-
- All Known Implementing Classes:
ObjectNodeObjectSerializer
public interface IndexableObjectSerializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canSerialize(java.lang.Object object)
com.fasterxml.jackson.databind.node.ObjectNode
serialize(java.lang.Object object)
-