Class ThreadGroupDeserializer

All Implemented Interfaces:
NullValueProvider, ValueInstantiator.Gettable

public class ThreadGroupDeserializer extends StdNodeBasedDeserializer<ThreadGroup>
Deserializer for the ThreadGroup class: due to limited access, will only try to extract "name" property and ignores everything else. This to match automatic serialization by Jackson which does write out all accessible properties.