Skip to content

Commit

Permalink
soilBasicSerialize looks like a leftover, the method used is #soilSer…
Browse files Browse the repository at this point in the history
…ialize
  • Loading branch information
MarcusDenker committed Jan 31, 2024
1 parent 3cdcc64 commit 39b6b20
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 39b6b20

Please sign in to comment.