Ok I see.

I was doing

GameCollection >> neoJsonOn: neoJSONWriter

        neoJSONWriter
                writeObject: games


GameItem >> neoJsonOn: neoJSONWriter
        self class instanceVariables
                do: [ :each |
                                neoJSONWriter writeObject: (self instVarNamed: 
each) ]


Now it did not work because byteString is not covered and I found that strange.

I will use your solution.

I read the section 5 before so there is something missing there.
I will see how I can add an example.

May be we should improve the class comment of mapper stating this class methods.

Stef

Reply via email to