serializeArg method
Serializes a the value using the converter of the indexth type argument.
Implementation
dynamic serializeArg(dynamic value, int index, DogEngine engine) {
return nativeModes[index].serialize(value, engine);
}
Serializes a the value using the converter of the indexth type argument.
dynamic serializeArg(dynamic value, int index, DogEngine engine) {
return nativeModes[index].serialize(value, engine);
}