#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 16:00:55 +0100
changeset 5366 8726eb01e744
parent 5365 9dd32d8a4943
child 5367 0595a08c2bea
#FEATURE by cg class: ZipArchive::ZipMember added: #skippedInJSONEncoding
ZipArchive.st
--- a/ZipArchive.st	Wed Dec 11 11:28:08 2019 +0100
+++ b/ZipArchive.st	Fri Dec 13 16:00:55 2019 +0100
@@ -5125,6 +5125,13 @@
 
     "Created: / 28-03-2011 / 19:19:26 / cg"
     "Modified: / 19-11-2012 / 12:02:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+skippedInJSONEncoding
+    "return the inst-slots which are skipped when generating a jsonEncoding;
+     (to skip the ones with default or irrelevant values.)"
+
+    ^ #(next)
 ! !
 
 !ZipArchive::ZipMember methodsFor:'reading & writing'!