public abstract class InfinispanExternalizerAdapter<T> extends Object implements org.wildfly.clustering.marshalling.Externalizer<T>
Externalizer
to Externalizer
TODO: Remove this class (and probably whole package org.keycloak.models.sessions.infinispan.entities.wildfly once
migrating to Wildfly 21 and infinispan protobuf marshallers)Modifier and Type | Method and Description |
---|---|
Class<T> |
getTargetClass() |
T |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
T object) |
public void writeObject(ObjectOutput output, T object) throws IOException
writeObject
in interface org.wildfly.clustering.marshalling.Externalizer<T>
IOException
public T readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.wildfly.clustering.marshalling.Externalizer<T>
IOException
ClassNotFoundException
Copyright © 2021 JBoss by Red Hat. All rights reserved.