I am trying to learn how to use Protostuff. I have an example that uses protostuff 1.0.7. In this example the class RuntimeSchema is used.
When I try to reproduce the code with a current version of protostuff (1.3.8), I fail, because the class RuntimeSchema does not seem to exist. I searched the net for a current tutorial but all I could find was: https://github.com/protostuff/protostuff/wiki/Examples which, honestly, I don't understand.
Can someone help me understand how protostuff is supposed to be used in the current version?