Interface ProfileSerializer<P extends Profile>

All Known Implementing Classes:
ProfileSerializerImpl

public interface ProfileSerializer<P extends Profile>
  • Method Summary

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