public final class UnderlyingViewSerializer extends AbstractConfigurableMultiSerializer<UnderlyingView<?>>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOption
options
Constructor and Description |
---|
UnderlyingViewSerializer(ConfigurableSerializer.Option... options) |
UnderlyingViewSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
Modifier and Type | Method and Description |
---|---|
protected void |
put(StructuredContent content,
UnderlyingView<?> view) |
serialize, serialize, serialize
serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public UnderlyingViewSerializer(ConfigurableSerializer.Option... options)
public UnderlyingViewSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected void put(StructuredContent content, UnderlyingView<?> view)
put
in class AbstractSerializer<UnderlyingView<?>>