Skip to content

Commit

Permalink
Merge pull request #585 from ApptiveGrid/soilBasicSerialize-cleanup
Browse files Browse the repository at this point in the history
#soilBasicSerialize seems to be not needed
  • Loading branch information
noha authored Feb 1, 2024
2 parents 7fb9b55 + 39b6b20 commit d521b58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Soil-Serializer/Object.extension.st
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Extension { #name : #Object }

{ #category : #'*Soil-Serializer' }
Object >> soilBasicSerialize [
^ self soilBasicSerializeWithRegistry: SoilStandaloneObjectRegistry new.
]

{ #category : #'*Soil-Serializer' }
Object >> soilBasicSerialize: serializer [
"Delegate serialization to the class layout"
Expand Down

0 comments on commit d521b58

Please sign in to comment.