Package manifold.json.rt.api
Class OctetEncoding
- java.lang.Object
-
- manifold.json.rt.api.OctetEncoding
-
public class OctetEncoding extends Object
Corresponds with the "binary" format. SeeBinaryFormatResolver.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OctetEncodingdecoded(byte[] bytes)static OctetEncodingencoded(String encoded)byte[]getBytes()StringtoString()
-
-
-
Method Detail
-
encoded
public static OctetEncoding encoded(String encoded)
-
decoded
public static OctetEncoding decoded(byte[] bytes)
-
getBytes
public byte[] getBytes()
-
-