Skip to content

Commit

Permalink
Refs 13564. Mark unions as not plain. (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Feb 9, 2022
1 parent 7f03d22 commit a2137f1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ public String getMaxSerializedSizeWithoutAlignment()
return Integer.toString(getMaxSerializedSizeWithoutAlignment(0));
}*/

@Override
public boolean isIsPlain()
{
return false;
}

private TypeCode m_discriminatorTypeCode = null;

private int m_defaultindex = -1;
Expand Down

0 comments on commit a2137f1

Please sign in to comment.