Sorry but maybe I wasn't clear in my post: I want to be able to invoke my custom serializer (implements PdxSerializer) on an object for testing purposes. Since the toData and fromData methods in the serializer take a PdxWriter and PdxReader which are supplied by the cache I don't see how I can invoke the serializer in an isolated test?
↧