| java.lang.Object com.tc.util.SerializationSpeedTester
SerializationSpeedTester | public class SerializationSpeedTester (Code) | | This is a nifty little class that lets you 'profile' the serialization speed of a given object: it will serialize the
object in question, and each class underneath that object, printing the speed of each serialization at the end.
|
Inner Class :public static class SpeedEntry implements Comparable | |
|
|