Like Converter plugins each Serializer plugin defines a predicate that instructs if an
object can be serialized by it. This is done dynamically at runtime via a supports method.
Additionally, each Serializer plugin must define a predicate that instructs the group
it belongs to.
Represents Serializer plugin component.
Like Converter plugins each Serializer plugin defines a predicate that instructs if an object can be serialized by it. This is done dynamically at runtime via a
supports
method.Additionally, each Serializer plugin must define a predicate that instructs the group it belongs to.