Class BlackHoleDeserializer<E,K,V>

java.lang.Object
com.linkedin.venice.client.store.deserialization.BatchDeserializer<E,K,V>
com.linkedin.venice.client.store.deserialization.BlackHoleDeserializer<E,K,V>

public class BlackHoleDeserializer<E,K,V> extends BatchDeserializer<E,K,V>
This BatchDeserializer does nothing, and always returns an empty list. The intent is to use this serializer in order to stress the Venice backend services with more requests, while doing as little work as possible in the client. This can also be used to test the transport-only portion of the client, without any deserialization costs.