Interface CloudObjectTranslator<T>

    • Method Detail

      • toCloudObject

        CloudObject toCloudObject​(T target,
                                  org.apache.beam.sdk.util.construction.SdkComponents sdkComponents)
        Converts the provided object into an equivalent CloudObject.
      • fromCloudObject

        T fromCloudObject​(CloudObject cloudObject)
        Converts back into the original object from a provided CloudObject.
      • getSupportedClass

        java.lang.Class<? extends T> getSupportedClass()
        Gets the class this CloudObjectTranslator is capable of converting.