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