Files
altcoinj/core
Ross Nicoll df56a23f09 Clean up MessageSerializer to simplify subclasses
By replacing MessageSerializer with an abstract class, methods which
should just call other methods in the same class are now fixed, and
subclasses only have to override a single abstract method instead of
multiple.
2015-10-18 16:37:49 +02:00
..