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

Method deserialize

java/fory-core/src/main/java/org/apache/fory/Fory.java:411–414  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

409 }
410
411 @Override
412 public Object deserialize(byte[] bytes) {
413 return deserialize(MemoryUtils.wrap(bytes), (Iterable<MemoryBuffer>) null);
414 }
415
416 @Override
417 public Object deserialize(ByteBuffer byteBuffer) {

Calls 15

wrapMethod · 0.95
deserializeByTypeMethod · 0.95
handleReadFailedMethod · 0.95
checkHeaderBitmapMethod · 0.95
checkNotNullMethod · 0.95
checkArgumentMethod · 0.95
shrinkBufferMethod · 0.80
lockMethod · 0.65
resetMethod · 0.65