ZL_CompressorSerializer_convertToJson

Function ZL_CompressorSerializer_convertToJson 

Source
pub unsafe extern "C" fn ZL_CompressorSerializer_convertToJson(
    serializer: *mut ZL_CompressorSerializer,
    dst: *mut *mut c_void,
    dstSize: *mut usize,
    src: *const c_void,
    srcSize: usize,
) -> ZL_Report
Expand description

Converts an already-serialized compressor to human-readable JSON.

The output is null-terminated.

The semantics of @p dst and @p dstSize are as described with @ref ZL_CompressorSerializer_serialize.