org.exoplatform.services.rest.transformer
Interface DeserializableEntity


public interface DeserializableEntity

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

Version:
$Id: $
Author:
Andrey Parfonov

Method Summary
 void readObject(InputStream in)
          Read object from giveb stream.
 

Method Detail

readObject

void readObject(InputStream in)
                throws IOException
Read object from giveb stream.

Parameters:
in - InputStream.
Throws:
IOException - if an I/O error occurs.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.