Skip to content

Instantly share code, notes, and snippets.

@michael-galpin
Created December 10, 2012 03:18
Show Gist options
  • Save michael-galpin/4248186 to your computer and use it in GitHub Desktop.
Save michael-galpin/4248186 to your computer and use it in GitHub Desktop.
public class ParcelableMessage implements Parcelable {
public int messageType;
public byte[] protoBytes;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment