You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please show in your example how to extract the encode data. You only show for(DataItem dataItem : dataItems) { // process data item }
This is not very helpful. Please add the code to get back the data you encoded in the encoding example.
The text was updated successfully, but these errors were encountered:
It seems that we can find some examples in the test cases. But it is not very obvious to users. I agree that we should add some examples in the README file or at least give a link to the test cases where it shows the examples.
Please show in your example how to extract the encode data. You only show
for(DataItem dataItem : dataItems) { // process data item }
This is not very helpful. Please add the code to get back the data you encoded in the encoding example.
The text was updated successfully, but these errors were encountered: