Package com.linkedin.venice.client.store.deserialization
package com.linkedin.venice.client.store.deserialization
-
ClassDescriptionBatchDeserializer<E,
K, V> This API controls the behavior of the user payload deserialization phase of the batch get response handling.This enum controls the behavior of the user payload deserialization phase of the batch get response handling.BlackHoleDeserializer<E,K, V> ThisBatchDeserializerdoes nothing, and always returns an empty list.BlockingDeserializer<E,K, V> ThisBatchDeserializerdoes not do anything asynchronously.