Class LastSessionRefreshEvent.ExternalizerImpl
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.sessions.LastSessionRefreshEvent.ExternalizerImpl
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<LastSessionRefreshEvent>
- Enclosing class:
- LastSessionRefreshEvent
public static class LastSessionRefreshEvent.ExternalizerImpl
extends Object
implements org.infinispan.commons.marshall.Externalizer<LastSessionRefreshEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, LastSessionRefreshEvent obj)
-
Constructor Details
-
ExternalizerImpl
public ExternalizerImpl()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<LastSessionRefreshEvent>- Throws:
IOException
-
readObject
public LastSessionRefreshEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<LastSessionRefreshEvent>- Throws:
IOExceptionClassNotFoundException
-