Created
May 11, 2017 16:30
-
-
Save miroslavign/53d9e08980f860edf306816f7360f1a7 to your computer and use it in GitHub Desktop.
It is faster the Parcelable if we implement the custom methods like for parcelable
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
| private void writeObject(java.io.ObjectOutputStream out) | |
| throws IOException; | |
| private void readObject(java.io.ObjectInputStream in) | |
| throws IOException, ClassNotFoundException; | |
| private void readObjectNoData() | |
| throws ObjectStreamException; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment