Package one.nio.serial
Class Json
java.lang.Object
one.nio.serial.Json
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendBinary(StringBuilder builder, byte[] array) static voidappendChar(StringBuilder builder, char c) static voidappendChars(StringBuilder builder, char[] obj) static voidappendObject(StringBuilder builder, Object obj) static voidappendString(StringBuilder builder, String s) static Objectstatic <T> Tstatic Objectstatic String
-
Constructor Details
-
Json
public Json()
-
-
Method Details
-
appendChar
-
appendChars
-
appendString
-
appendBinary
-
appendObject
- Throws:
IOException
-
toJson
- Throws:
IOException
-
fromJson
- Throws:
IOExceptionClassNotFoundException
-
fromJson
- Throws:
IOExceptionClassNotFoundException
-
fromJson
- Throws:
IOExceptionClassNotFoundException
-