import com.example.cbor.CborTree; import com.example.cbor.CborObject; CborTree cborTree = CborTree.createFromCborData(cborData); byte[] serializedData = cborTree.toCborData();