Interface TemplateSerializer

    • Method Detail

      • deserialize

        List<TemplateInput> deserialize​(String content)
        Transform String to a List of TemplateInput. TemplateInput represent a field that will be finally added into the context of the file rendition. Please for more information look the documentation of TemplateSerializerService
        Parameters:
        content - String containing a list of fields' description serialized
        Returns:
        the serialized content
      • serialize

        String serialize​(List<TemplateInput> params)
        Transform the List of TemplateInput to String. Used to store a rendition context in the Document TemplateBased. Please for more information look the documentation of TemplateSerializerService