Skip to content

Commit

Permalink
Fix bug #22 by using the correct descriptor and index for polymorphic
Browse files Browse the repository at this point in the history
children serialization.
  • Loading branch information
pdvrieze committed Dec 18, 2019
1 parent c205555 commit d82584b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ internal open class XmlDecoderBase internal constructor(
)
)
} else {
return super.decodeSerializableElement(parentDesc, elementIndex, deserializer)
return super.decodeSerializableElement(desc, index, deserializer)
}
}

Expand Down

0 comments on commit d82584b

Please # to comment.