public static class RemovedFilter.Externalizer extends NoStateExternalizer<RemovedFilter>
| Constructor and Description |
|---|
Externalizer() |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends RemovedFilter>> |
getTypeClasses()
Returns a collection of Class instances representing the types that this
AdvancedExternalizer can marshall.
|
RemovedFilter |
readObject(ObjectInput input)
Read an instance from the stream.
|
writeObjectgetIdpublic Set<Class<? extends RemovedFilter>> getTypeClasses()
AdvancedExternalizerpublic RemovedFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
ExternalizerExternalizer.writeObject(ObjectOutput, Object) method. Implementations are free
to create instances of the object read from the stream in any way that they
feel like. This could be via constructor, factory or reflection.input - the object input to read fromIOException - if an I/O error occursClassNotFoundException - if a class could not be foundCopyright © 2021 JBoss, a division of Red Hat. All rights reserved.