About

Resource format Parser and Generator providers are used to serialize a set of Node resources into a textual format for transport or storage.

Each Parser and Generator must declare the set of filename extensions (such as “xml” or “json”) that it supports, as well as the set of MIME types that it supports (such as “text/xml” or “application/json”). This lets other services retrieve the appropriate parser or generator when all that is known about the source or destination of serialized data is a filename or a MIME type.

Java Plugin Type

ResourceFormatParser

For Parsers, your provider class must implement the interface ResourceFormatParser:

ResourceFormatGenerator

For Generators, your provider class must implement the interface ResourceFormatGenerator: