Package com.vaadin.flow.internal
Class JacksonUtils.NodeSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<Node>
com.vaadin.flow.internal.JacksonUtils.NodeSerializer
- All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
- Enclosing class:
JacksonUtils
public static class JacksonUtils.NodeSerializer
extends tools.jackson.databind.ValueSerializer<Node>
Custom Jackson serializer for Node types (Element, ShadowRoot) that
serializes attached nodes as @v-node references for client-side DOM
manipulation.
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
tools.jackson.databind.ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties