MCPcopy
hub / github.com/libgdx/libgdx / writeArrayStart

Method writeArrayStart

gdx/src/com/badlogic/gdx/utils/Json.java:743–750  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

741 }
742
743 public void writeArrayStart (String name) {
744 try {
745 writer.name(name);
746 writer.array();
747 } catch (IOException ex) {
748 throw new SerializationException(ex);
749 }
750 }
751
752 public void writeArrayStart () {
753 try {

Callers 1

writeValueMethod · 0.95

Calls 2

nameMethod · 0.45
arrayMethod · 0.45

Tested by

no test coverage detected