Package de.xima.fc.interfaces.json
Interface ISerializableInterface
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IAuthorizationFilterProperties
- All Known Implementing Classes:
LdapFilterProperties
,ProfileAttributeConditionProperties
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