Package com.github.sonus21.rqueue.utils
Class SerializationUtils
java.lang.Object
com.github.sonus21.rqueue.utils.SerializationUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperstatic booleanisEmpty(byte[] bytes) static boolean
-
Field Details
-
EMPTY_ARRAY
public static final byte[] EMPTY_ARRAY
-
-
Method Details
-
isEmpty
public static boolean isEmpty(byte[] bytes) -
isJson
-
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
-