This is the line of code from README.md example: public SerializableCallback callback; But this line of code does not compile, there is no non-generic version of this class. What did I miss?
This is the line of code from README.md example:
public SerializableCallback callback;
But this line of code does not compile, there is no non-generic version of this class.
What did I miss?