You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serialize OcaGroup members as object numbers, not full objects
The default @OcaDeviceProperty serialization for the members property
attempted to JSON-encode the full OcaRoot objects, which is both
incorrect and could cause serialization failures. Override serialize()
and deserialize() to encode members as [OcaONo] and resolve them back
on deserialization, matching the wire protocol representation.
0 commit comments