Class ArrayBlockingQueueDeserializer

All Implemented Interfaces:
NullValueProvider, ValueInstantiator.Gettable

public class ArrayBlockingQueueDeserializer extends CollectionDeserializer
We need a custom deserializer both because ArrayBlockingQueue has no default constructor AND because it has size limit used for constructing underlying storage automatically.