Interface Mapper<T>


public interface Mapper<T>
Represents a low-level serialization class that can be used to map classes to serializers. These implementation create instances of serializers from other libraries (e.g. creating a Kryo instance).
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Largely a marker interface for builders that construct Mapper instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new instance of the internal object mapper that an implementation represents.
  • Method Details

    • createMapper

      T createMapper()
      Create a new instance of the internal object mapper that an implementation represents.