MCPcopy Create free account
hub / github.com/apache/thrift / writeJSONObjectStart

Method writeJSONObjectStart

lib/php/lib/Protocol/TJSONProtocol.php:251–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 }
250
251 private function writeJSONObjectStart()
252 {
253 $this->context_->write();
254 $this->trans_->write(self::LBRACE);
255 $this->pushContext(new PairContext($this));
256 }
257
258 private function writeJSONObjectEnd()
259 {

Callers 7

writeStructBeginMethod · 0.95
writeFieldBeginMethod · 0.95
writeMapBeginMethod · 0.95
writeStructBeginMethod · 0.95
writeFieldBeginMethod · 0.95
writeMapBeginMethod · 0.95

Calls 2

pushContextMethod · 0.95
writeMethod · 0.65

Tested by 1