Note that all {@code DoFn} instances implement {@link Serializable}, and thus all of their non-transient member variables must implement {@code Serializable} as well. If your DoFn depends on non-serializableclasses for data processing, they may be declared as {@code transient} andinitialized in the DoFn's {@code initialize} method.
|
|