public static class PageRankWithKryoSimpleWritable.MessageValue
extends KryoSimpleWritable
Creating a custom message value class to force kryo to
register with a new ID. Please note that a custom
class containing a double list is not
necessary for the page rank application. It is only
used for testing the scenario of kryo encountering an
unregistered custom class.