Module colesico.framework.profile
Interface ProfileSerializer<P extends Profile>
-
- All Known Implementing Classes:
ProfileSerializerImpl
public interface ProfileSerializer<P extends Profile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pdeserialize(byte[] profileBytes)byte[]serialize(P profile)
-