MCPcopy Index your code
hub / github.com/apache/fory / serialize

Method serialize

java/fory-core/src/main/java/org/apache/fory/BaseFory.java:204–204  ·  view source on GitHub ↗

Return serialized obj as a byte array.

(Object obj)

Source from the content-addressed store, hash-verified

202
203 /** Return serialized <code>obj</code> as a byte array. */
204 byte[] serialize(Object obj);
205
206 /** Return serialized <code>obj</code> as a byte array. */
207 byte[] serialize(Object obj, BufferCallback callback);

Callers 15

serializeMethod · 0.65
_roundtripFunction · 0.65
struct_round_backFunction · 0.65
ser_deFunction · 0.65
serialize_deserializeFunction · 0.65
serialize_dataFunction · 0.65
ser_deFunction · 0.65
_test_skip_customFunction · 0.65
roundTripMethod · 0.65
testMethod · 0.65
testAbstractEnumMethod · 0.65
testAbstractEnumArrayMethod · 0.65

Implementers 1

Foryjava/fory-core/src/main/java/org/apach

Calls

no outgoing calls

Tested by 15

_roundtripFunction · 0.52
struct_round_backFunction · 0.52
ser_deFunction · 0.52
serialize_deserializeFunction · 0.52
serialize_dataFunction · 0.52
ser_deFunction · 0.52
_test_skip_customFunction · 0.52
roundTripMethod · 0.52
testMethod · 0.52
testAbstractEnumMethod · 0.52
testAbstractEnumArrayMethod · 0.52