Skip to content

Instantly share code, notes, and snippets.

@gdusbabek
Created November 18, 2010 02:15
Show Gist options
  • Save gdusbabek/704534 to your computer and use it in GitHub Desktop.
Save gdusbabek/704534 to your computer and use it in GitHub Desktop.
@version("1")
record MessageTypeA {
string a;
string b;
int c;
boolean d;
}
@version("2")
record MessageTypeA {
string a;
int d;
string e;
string f;
boolean g;
float h;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment