Created
March 2, 2016 11:01
-
-
Save codenameone/dbaf28959c2f1012e018 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public int getVersion(); | |
public void externalize(DataOutputStream out) throws IOException; | |
public void internalize(int version, DataInputStream in) throws IOException; | |
public String getObjectId(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample code for Externalizable.
From the Codename One project