Searched refs:fromByteArrayFastPath (Results 1 – 1 of 1) sorted by relevance
77 return fromByteArrayFastPath(data, messageType); in fromByteArray()102 private static <T> T fromByteArrayFastPath(byte[] data, Class<T> messageType) { in fromByteArrayFastPath() method in ExperimentalSerializationUtil