ChainingObjectResolver
public interface ObjectResolver
Modifier and Type | Method | Description |
---|---|---|
Object |
readResolve(Object replacement) |
Get the original object for a replacement object read from a stream.
|
Object |
writeReplace(Object original) |
Get a replacement for an object being written to a stream.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.