class YARD::Serializers::Base

The abstract base serializer. Serializers allow templates to be rendered to various endpoints. For instance, a {FileSystemSerializer} would allow template contents to be written to the filesystem

To implement a custom serializer, override the following methods:

Optionally, a serializer can implement before and after filters:

@abstract Override this class to implement a custom serializer.