For Babelfish Release 1.11.3.13

MatchIdConverterReadJson(JsonReader, Type, MatchID, Boolean, JsonSerializer) Method

Definition

Namespace: Scopos.BabelFish.Converters.Newtonsoft
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public override MatchID ReadJson(
	JsonReader reader,
	Type objectType,
	MatchID existingValue,
	bool hasExistingValue,
	JsonSerializer serializer
)

Parameters

reader  JsonReader
 
objectType  Type
 
existingValue  MatchID
 
hasExistingValue  Boolean
 
serializer  JsonSerializer
 

Return Value

MatchID

See Also