JsonCodec
Interfaces to serialize and deserialize PHP objects to/from JSON
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NWikimedia
 NJsonCodec
 CHintClass hints with modifiers
 CJsonClassCodecClasses implementing this interface support round-trip JSON serialization/deserialization for certain class types
 CJsonCodecHelper class to serialize/unserialize things to/from JSON
 CJsonCodecableClasses implementing this interface support round-trip JSON serialization/deserialization via a JsonClassCodec object (which may maintain state and/or consult service objects)
 CJsonCodecInterfaceInterface used to serialize/unserialize things to/from JSON
 CJsonStaticClassCodecThis is a simple class codec which proxies to methods on the object for serialization and a static method on the class for deserialization
 CJsonStdClassCodecThis is a simple class codec used for stdClass objects