Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created March 2, 2016 11:01
Show Gist options
  • Save codenameone/dbaf28959c2f1012e018 to your computer and use it in GitHub Desktop.
Save codenameone/dbaf28959c2f1012e018 to your computer and use it in GitHub Desktop.
public int getVersion();
public void externalize(DataOutputStream out) throws IOException;
public void internalize(int version, DataInputStream in) throws IOException;
public String getObjectId();
@codenameone
Copy link
Author

Sample code for Externalizable.

From the Codename One project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment