public interface IStandardJavaScriptSerializer
Common interface for all classes that can act as JavaScript serializers in JavaScript templates processed with the Standard Dialect.
JavaScript serializer objects are in charge of outputting values both in templates using
TemplateMode.JAVASCRIPT
and in inlined code by means of e.g.
th:inline="javascript" blocks.
StandardJavaScriptSerializer
Modifier and Type | Method and Description |
---|---|
void |
serializeValue(Object object,
Writer writer) |
Copyright © 2016 The THYMELEAF team. All rights reserved.