MCPcopy Create free account
hub / github.com/alibaba/fastjson2 / toBytes

Method toBytes

core/src/main/java/com/alibaba/fastjson2/JSONB.java:344–344  ·  view source on GitHub ↗

Converts a boolean value to JSONB bytes @param v the boolean value to convert @return the JSONB bytes representation

(boolean v)

Source from the content-addressed store, hash-verified

342 * @return the JSONB bytes representation
343 */
344 static byte[] toBytes(boolean v) {
345 return new byte[]{v ? BC_TRUE : BC_FALSE};
346 }
347

Callers 15

testMethod · 0.95
test1Method · 0.95
wirteTestMethod · 0.95
test_h2Method · 0.95
test_h2_valuesMethod · 0.95
test_objMethod · 0.95
test_obj_list_1Method · 0.95
test_obj_list_3Method · 0.95
test_field_list_3Method · 0.95
test_obj_map_3Method · 0.95
test_bean2Method · 0.95
test_0_jsonbMethod · 0.95

Calls

no outgoing calls

Tested by 15

testMethod · 0.76
test1Method · 0.76
wirteTestMethod · 0.76
test_h2Method · 0.76
test_h2_valuesMethod · 0.76
test_objMethod · 0.76
test_obj_list_1Method · 0.76
test_obj_list_3Method · 0.76
test_field_list_3Method · 0.76
test_obj_map_3Method · 0.76
test_bean2Method · 0.76
test_0_jsonbMethod · 0.76