Package com.google.common.testing
Class Platform
- java.lang.Object
-
- com.google.common.testing.Platform
-
final class Platform extends java.lang.Object
Methods factored out so that they can be emulated differently in GWT.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Platform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <T> T
reserialize(T object)
Serializes and deserializes the specified object.
-