See: Description
Interface | Description |
---|---|
KryoIgnoreWritable |
Marker interface, specifying that kryo should serialize it on it's own,
and ignore actual Writable method implementations.
|
NonKryoWritable |
Marker interface saying that class should never be serialized,
that it is code error for it to be tried to be serialized.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.