Skip to content

Instantly share code, notes, and snippets.

@owenthereal
Created July 30, 2010 02:21
Show Gist options
  • Save owenthereal/499758 to your computer and use it in GitHub Desktop.
Save owenthereal/499758 to your computer and use it in GitHub Desktop.
class Baz implements Serializable {
private A a;
private B b;
private C c;
...
}
interface Foo { ... }
class Bar implements Foo, Serializable { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment