public class SimdJsonParser
extends Object
-
Constructor Summary
Constructors
-
Method Summary
parse(byte[] buffer,
int len)
<T> T
parse(byte[] buffer,
int len,
Class<T> expectedType)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimdJsonParser
public SimdJsonParser()
-
SimdJsonParser
public SimdJsonParser(int capacity,
int maxDepth)
-
Method Details
-
parse
public <T> T parse(byte[] buffer,
int len,
Class<T> expectedType)
-
parse
public JsonValue parse(byte[] buffer,
int len)