Class SerializableExtension

java.lang.Object
com.mchange.v2.codegen.bean.SerializableExtension
All Implemented Interfaces:
GeneratorExtension
Direct Known Subclasses:
IndirectingSerializableExtension

public class SerializableExtension extends Object implements GeneratorExtension
Note: this class pays no attention to whether users have marked any property variables as transient. In fact, it will work most efficiently if users mark ALL variables as transient... to define transient properties for this class, use the constructor which allows a user-specified set of transients.