@Test
public final void testBlogCommentSerialization() throws Exception {
Comment comment = createBlogComment();
Comment commentGot = blogService.getBlogComment(blog.getHandle(), comment.getCommentUuid());
final String commentUuid = commentGot.getCommentUuid();
new SerializationUtil() {
@Override
public void validateSerializable() {
Comment commentObject = null;
try {
ObjectInputStream ois = new ObjectInputStream(new FileInputStream(serFile));