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