Package com.jms.socialmedia.cache.codec
Interface CachingCodec<T>
-
- All Known Implementing Classes:
GsonCachingCodec
public interface CachingCodec<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comment
decodeComment(T encodedComment)
Post
decodePost(T encodedPost)
User
decodeUser(T encodedUser)
T
encodeComment(Comment comment)
T
encodePost(Post post)
T
encodeUser(User user)
-