Package de.xima.fc.interfaces.json
Interface ISerializableInterface
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IAuthorizationFilterProperties
- All Known Implementing Classes:
LdapFilterProperties
,ProfileAttributeConditionProperties
public interface ISerializableInterface extends Serializable
Markup interface for model classes that may be serialized to JSON (using GSON andInterfaceSerializerTypeAdapter
). References to the models may be done via interface (No need to reference the implementation). The implementation can neither be anIterable
nor can it contain a member field with the name__interfaceClassName
.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH