cfboom.gson.JsonSerializer
Interface representing a serializer for Json.
Method Summary | |
---|---|
any
|
serialize(any src, [string typeOfSrc])
Gson invokes this call-back method during serialization when. |
Method Detail |
---|
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
src
- the object that needs to be converted to Json.typeOfSrc
- the actual type of the source object.