Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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) {
Callers
15
testOrgPackage
Method · 0.95
testFory
Method · 0.95
testFory
Method · 0.95
testReadResolveCircular
Method · 0.95
testSerializeJson
Method · 0.95
testObject2ObjectOpenHashMap
Method · 0.95
testIntArrayCompressionRoundTrip
Method · 0.95
testLongArrayCompressionRoundTrip
Method · 0.95
testLargeArrays
Method · 0.95
testBean
Method · 0.95
typedDeserializeRejectsOutOfBandRootHeaderWithoutBuffers
Method · 0.95
testReverseComparatorSerializer
Method · 0.95
Calls
15
wrap
Method · 0.95
ensureRegistrationFinished
Method · 0.95
checkHeaderBitmapWithoutOutOfBand
Method · 0.95
throwDepthDeserializationException
Method · 0.95
deserializeByType
Method · 0.95
handleReadFailed
Method · 0.95
checkHeaderBitmap
Method · 0.95
checkNotNull
Method · 0.95
checkArgument
Method · 0.95
shrinkBuffer
Method · 0.80
lock
Method · 0.65
reset
Method · 0.65
Tested by
15
testOrgPackage
Method · 0.76
testFory
Method · 0.76
testFory
Method · 0.76
testReadResolveCircular
Method · 0.76
testSerializeJson
Method · 0.76
testObject2ObjectOpenHashMap
Method · 0.76
testIntArrayCompressionRoundTrip
Method · 0.76
testLongArrayCompressionRoundTrip
Method · 0.76
testLargeArrays
Method · 0.76
testBean
Method · 0.76
typedDeserializeRejectsOutOfBandRootHeaderWithoutBuffers
Method · 0.76
testReverseComparatorSerializer
Method · 0.76