wwJsonServiceClient::oSerializer
The wwJsonSerializer instance that is used to serialize the outgoing and incoming data. This property is set on initialization and available for customization so you can set things like oSerializer.PropertyNameOverrides
for example.
You can override oSerializer
any time before CallService()
is called by either directly setting the oSerializer
property or by calling CreateSerializer()
.
foxpro
foxpro
loClient = CREATEOBJECT("wwJsonServiceClient")
loClient.oSerializer.PropertyNameOVerrides = "firstName,lastName,lastAccess"
loClient.oHttp.AddHeader("Authorization", lcBearerToken)
loClient.CallService(...)
o.oSerializer
See also
Class wwJsonServiceClient© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic