(String serialized)
| 106 | } |
| 107 | |
| 108 | @Override |
| 109 | public String parseAsciiString(String serialized) { |
| 110 | return serialized; |
| 111 | } |
| 112 | }; |
| 113 | |
| 114 | static final BaseEncoding BASE64_ENCODING_OMIT_PADDING = BaseEncoding.base64().omitPadding(); |
nothing calls this directly
no outgoing calls
no test coverage detected