JsonCodec
Interfaces to serialize and deserialize PHP objects to/from JSON
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CWikimedia\JsonCodec\HintClass hints with modifiers
 CWikimedia\JsonCodec\JsonClassCodecClasses implementing this interface support round-trip JSON serialization/deserialization for certain class types
 CWikimedia\JsonCodec\JsonStaticClassCodecThis is a simple class codec which proxies to methods on the object for serialization and a static method on the class for deserialization
 CWikimedia\JsonCodec\JsonStdClassCodecThis is a simple class codec used for stdClass objects
 CWikimedia\JsonCodec\JsonCodecableClasses implementing this interface support round-trip JSON serialization/deserialization via a JsonClassCodec object (which may maintain state and/or consult service objects)
 CWikimedia\JsonCodec\JsonCodecInterfaceInterface used to serialize/unserialize things to/from JSON
 CWikimedia\JsonCodec\JsonCodecHelper class to serialize/unserialize things to/from JSON