Make inner Isset classes implement serializable
authorMark Slee <mcslee@apache.org>
Mon, 4 Feb 2008 21:34:22 +0000 (21:34 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 4 Feb 2008 21:34:22 +0000 (21:34 +0000)
commitadb5cad7d32c1dd2f11b18b8d0f14b6955df3606
treef4ba60ece2ddfa10e33f61a6e926ff0965a80681
parente6ec4141a882867663eaf5664d70305d97f273fc
Make inner Isset classes implement serializable

Summary: Since the outer class is serializable, you'll want it on the inner member too. Though in general you shouldn't be using Java to serialize Thrift objects, as that misses the point and tosses version compatibility out the window.

Reviewed By: dreiss

Test Plan: Generate Java code

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665460 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_java_generator.cc