AttributeValueDataPacketConverterReadJson Method
Reads the JSON representation of the object.
Namespace: Scopos.BabelFish.Converters.NewtonsoftAssembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
public override Object? ReadJson(
JsonReader reader,
Type objectType,
Object? existingValue,
JsonSerializer serializer
)
- reader JsonReader
- The JsonReader to read from.
- objectType Type
- Type of the object.
- existingValue Object
- The existing value of object being read.
- serializer JsonSerializer
- The calling serializer.
ObjectThe object value.