com.petpet.c3po.dao.mongo
Interface MongoModelDeserializer

All Known Implementing Classes:
MongoActionLogDeserializer, MongoElementDeserialzer, MongoPropertyDeserialzer, MongoSourceDeserializer

public interface MongoModelDeserializer

Deserializes the given object into a model object.

Author:
Petar Petrov

Method Summary
 Object deserialize(Object object)
          Deserializes the given object into the correct Java object.
 

Method Detail

deserialize

Object deserialize(Object object)
Deserializes the given object into the correct Java object.

Parameters:
object - the object to deserialize.
Returns:
the deserialized object.


Copyright © 2013. All Rights Reserved.