Interface Serializer<S>

  • Type Parameters:
    S - the type to be serialized
    All Known Implementing Classes:
    DefaultSerializer, StringSerializer

    public interface Serializer<S>
    Serializer
    Since:
    1.0.0 Date : 2021-05-01
    Author:
    Mercy
    • Method Detail

      • serialize

        byte[] serialize​(S source)
                  throws java.io.IOException
        Throws:
        java.io.IOException