Interface IStandardJavaScriptSerializer

All Known Implementing Classes:
StandardJavaScriptSerializer

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.

Since:
3.0.0
Author:
Daniel Fernández
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serializeValue(Object object, Writer writer)
     
  • Method Details

    • serializeValue

      void serializeValue(Object object, Writer writer)