org.exoplatform.services.rest.transformer
Interface SerializableEntity


public interface SerializableEntity

Object implement this interface should be able to write entity data by own methods.

Version:
$Id: $
Author:
Andrey Parfonov

Method Summary
 void writeObject(OutputStream out)
          Write object in given output stream.
 

Method Detail

writeObject

void writeObject(OutputStream out)
                 throws IOException
Write object in given output stream.

Parameters:
out - output stream.
Throws:
IOException - i/o error occurs.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.