Package de.xima.fc.serialize.interfaces
Interface IEntityDeserializationParams
- 
- All Superinterfaces:
 Serializable
public interface IEntityDeserializationParams extends Serializable
Common interface for parameters needed for entity deserialization- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH, Dresden - 18.02.2021
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>>getEntityClass()StringgetFcSerializationVersion()ObjectgetSource() 
 - 
 
- 
- 
Method Detail
- 
getEntityClass
Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityClass()
- Returns:
 - class defining the type of entity that is to be deserialized
 
 
- 
getSource
Object getSource()
- Returns:
 - source of the serialized entity data
 
 
- 
getFcSerializationVersion
String getFcSerializationVersion()
- Returns:
 - the formcycle version in which the source was serialized
 
 
 - 
 
 -