public static class Externalizable extends Object
Externalization is not supported in GWT. Shared classes that implement the interface can
mark the corresponding methods as @GwtIncompatible
but the interface still needs to
exist for the code to compile.
The implementation has to mark all the overriding methods as @GwtIncompatible
.
Copyright © 2018. All rights reserved.