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 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