public interface MigratedSerializable extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isMigrated()
Return true if this object was created from a previous serialization format.
|
@NonNull Object |
writeReplace()
Return a serialization proxy.
|
boolean isMigrated()
@NonNull Object writeReplace()
Copyright © 2019 OpenDaylight. All rights reserved.