Java/C-sharp docs: fix typo, clarify parser availability.
This commit is contained in:
parent
1e6f8f5b8c
commit
ef7b3ed8f5
|
@ -109,7 +109,7 @@ Structs do have convenient methods that even have arguments for nested structs.
|
||||||
|
|
||||||
As you can see, references to other objects (e.g. the string above) are simple
|
As you can see, references to other objects (e.g. the string above) are simple
|
||||||
ints, and thus do not have the type-safety of the Offset type in C++. Extra
|
ints, and thus do not have the type-safety of the Offset type in C++. Extra
|
||||||
case must thus be taken that you set the right offset on the right field.
|
care must thus be taken that you set the right offset on the right field.
|
||||||
|
|
||||||
Vectors can be created from the corresponding Java array like so:
|
Vectors can be created from the corresponding Java array like so:
|
||||||
|
|
||||||
|
@ -174,5 +174,6 @@ are prefixed with `Get`, e.g.:
|
||||||
## Text parsing
|
## Text parsing
|
||||||
|
|
||||||
There currently is no support for parsing text (Schema's and JSON) directly
|
There currently is no support for parsing text (Schema's and JSON) directly
|
||||||
from Java, though you could use the C++ parser through JNI. Please see the
|
from Java or C#, though you could use the C++ parser through native call
|
||||||
|
interfaces available to each language. Please see the
|
||||||
C++ documentation for more on text parsing.
|
C++ documentation for more on text parsing.
|
||||||
|
|
Loading…
Reference in New Issue