serializerForType abstract method

Serializer? serializerForType(
  1. Type type
)

Gets a serializer; returns null if none is found. For use in plugins and other extension code.

Implementation

Serializer? serializerForType(Type type);