JsonCodec
Interfaces to serialize and deserialize PHP objects to/from JSON
|
▼NWikimedia | |
▼NJsonCodec | |
CHint | Class hints with modifiers |
CJsonClassCodec | Classes implementing this interface support round-trip JSON serialization/deserialization for certain class types |
CJsonCodec | Helper class to serialize/unserialize things to/from JSON |
CJsonCodecable | Classes implementing this interface support round-trip JSON serialization/deserialization via a JsonClassCodec object (which may maintain state and/or consult service objects) |
CJsonCodecInterface | Interface used to serialize/unserialize things to/from JSON |
CJsonStaticClassCodec | This is a simple class codec which proxies to methods on the object for serialization and a static method on the class for deserialization |
CJsonStdClassCodec | This is a simple class codec used for stdClass objects |