Package redis.clients.jedis.json
Interface JsonObjectMapper
-
- All Known Implementing Classes:
DefaultGsonObjectMapper
public interface JsonObjectMapperJsonObjectMapper compatibility interface for Valkey GLIDE wrapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TfromJson(java.lang.String json, java.lang.Class<T> clazz)java.lang.StringtoJson(java.lang.Object object)
-