Searched refs:deserializeHex (Results 1 – 15 of 15) sorted by relevance
46 … FieldMadeTransient deserialized = (FieldMadeTransient) SerializationTester.deserializeHex(s); in testSerializeFieldMadeTransient()68 FieldMadeStatic deserialized = (FieldMadeStatic) SerializationTester.deserializeHex(s); in testSerializeFieldMadeStatic()110 SerializableContainer1 sc = (SerializableContainer1) SerializationTester.deserializeHex(s); in testDeserializeNullUnserializableField()167 SerializationTester.deserializeHex(s); in testDeserializeUnserializableField()183 SerializationTester.deserializeHex(s); in testSerialVersionUidChange()200 SerializationTester.deserializeHex(s); in testMissingSerialVersionUid()231 SerializationTester.deserializeHex(s); in testDeserializeWasSerializableClass()274 SerializationTester.deserializeHex(s); in testDeserializeWasExternalizableClass()310 SerializationTester.deserializeHex(s); in testDeserializeWasEnum()344 SerializationTester.deserializeHex(s); in testDeserializeWasObject()[all …]
71 SerializationTester.deserializeHex(s); in testDeserializeRemovedValue()94 SerializationTester.deserializeHex(s)); in testDeserializeShuffledOrdinals()
94 Object obj = SerializationTester.deserializeHex(hex); in testDeserialize_notSupported()
159 Currency deserializedUsd = (Currency) SerializationTester.deserializeHex(expected); in testSerialization()
69 .deserializeHex(hex); in test_serialization()
71 .deserializeHex(hex); in test_serialization()
72 .deserializeHex(hex); in test_serialization()
74 SerializationTester.deserializeHex(hex); in test_serialization()
80 SerializationTester.deserializeHex(hex); in test_serialization()
79 .deserializeHex(hex); in test_serialization()
81 .deserializeHex(hex); in test_serialization()
77 NotLinkException exception = (NotLinkException) SerializationTester.deserializeHex(hex); in test_serialization()
78 .deserializeHex(hex); in test_serialization()
108 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { in deserializeHex() method in SerializationTester
342 SerializationTester.deserializeHex(serializedForm); in testDeserialization()