Interface ProfileSerializer<P extends Profile>

All Known Implementing Classes:
ProfileSerializerImpl

public interface ProfileSerializer<P extends Profile>
  • Method Summary

    Modifier and Type
    Method
    Description
    deserialize(byte[] profileBytes)
     
    byte[]
    serialize(P profile)
     
  • Method Details

    • serialize

      byte[] serialize(P profile)
    • deserialize

      P deserialize(byte[] profileBytes)