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 and InterfaceSerializerTypeAdapter). References to the models may be done via interface (No need to reference the implementation). The implementation can neither be an Iterable nor can it contain a member field with the name __interfaceClassName.
Since:
8.0.0
Author:
XIMA Media GmbH