Skip to content

Commit

Permalink
fix should serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyan11 committed Mar 8, 2024
1 parent 34a5882 commit 6872755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toplo-Serialization/ToElement.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Extension { #name : #ToElement }
ToElement >> shouldSerializedChildren [
"Toplo elements should not serialize children by default. Manage exeptions in subclasses."

^ false
^ (self class == ToElement)
]

{ #category : #'*Toplo-Serialization' }
Expand Down

0 comments on commit 6872755

Please sign in to comment.