Module colesico.framework.profile
Class ProfileTeleAssistImpl
- java.lang.Object
-
- colesico.framework.profile.internal.ProfileTeleAssistImpl
-
- All Implemented Interfaces:
ProfileTeleAssist<DefaultProfile>
@Singleton public class ProfileTeleAssistImpl extends java.lang.Object implements ProfileTeleAssist<DefaultProfile>
Default profile tele-assistant
-
-
Constructor Summary
Constructors Constructor Description ProfileTeleAssistImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfilebuildDefault(java.util.Locale locale)DefaultProfiledeserialize(byte[] profileBytes)byte[]serialize(DefaultProfile profile)
-
-
-
Method Detail
-
serialize
public byte[] serialize(DefaultProfile profile)
- Specified by:
serializein interfaceProfileTeleAssist<DefaultProfile>
-
deserialize
public DefaultProfile deserialize(byte[] profileBytes)
- Specified by:
deserializein interfaceProfileTeleAssist<DefaultProfile>
-
buildDefault
public Profile buildDefault(java.util.Locale locale)
- Specified by:
buildDefaultin interfaceProfileTeleAssist<DefaultProfile>
-
-