private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOExceptionprivate void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOExceptionjava.lang.Class<T> protoMessageClass
Message type to be coded.java.util.Set<E> extensionHostClasses
ProtoCoder. The extensions from these
classes will be included in the ExtensionRegistry used during encoding and decoding.private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException
java.io.IOExceptionprivate void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOExceptionprivate java.lang.Object readResolve()
org.apache.beam.sdk.extensions.protobuf.ProtoDynamicMessageSchema.Context<T> context