MCPcopy Create free account
hub / github.com/apache/storm / deserialize

Method deserialize

storm-client/src/jvm/org/apache/storm/utils/Utils.java:840–842  ·  view source on GitHub ↗
(byte[] serialized, Class<T> clazz)

Source from the content-addressed store, hash-verified

838 }
839
840 public static <T> T deserialize(byte[] serialized, Class<T> clazz) {
841 return serializationDelegate.deserialize(serialized, clazz);
842 }
843
844 /**
845 * Serialize an object using the configured serialization and then base64 encode it into a string.

Callers 13

getWorkerTokenInfoMethod · 0.95
getPasswordForMethod · 0.95
userNameMethod · 0.95
deserializeFromStringMethod · 0.95
get_worker_hbMethod · 0.95
maybeDeserializeMethod · 0.95
readTopologyMethod · 0.95
runMethod · 0.95

Calls 1

deserializeMethod · 0.65

Tested by 3

get_worker_hbMethod · 0.76