public final class UnderlyingViewSerializer extends AbstractConfigurableMultiSerializer<UnderlyingView<?>>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOptionoptions| 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, serializeserializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializepublic UnderlyingViewSerializer(ConfigurableSerializer.Option... options)
public UnderlyingViewSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected void put(StructuredContent content, UnderlyingView<?> view)
put in class AbstractSerializer<UnderlyingView<?>>