(LoadContext context, final String token)
| 27 | public final class DR extends BonusObj |
| 28 | { |
| 29 | @Override |
| 30 | protected boolean parseToken(LoadContext context, final String token) |
| 31 | { |
| 32 | addBonusInfo(token); |
| 33 | |
| 34 | return true; |
| 35 | } |
| 36 | |
| 37 | @Override |
| 38 | protected String unparseToken(final Object obj) |
nothing calls this directly
no test coverage detected