Class Platform

java.lang.Object
com.google.common.testing.Platform

final class Platform extends Object
Methods factored out so that they can be emulated differently in GWT.
  • Constructor Details

    • Platform

      private Platform()
  • Method Details

    • reserialize

      static <T> T reserialize(T object)
      Serializes and deserializes the specified object.