Interface ProfileSerializer<P extends Profile>

    • Method Detail

      • serialize

        byte[] serialize​(P profile)
      • deserialize

        P deserialize​(byte[] profileBytes)