Feb. 10, 2012
6:15 p.m.
On 10/02/12 1:03 PM, Martin Dias wrote:
Great. Maybe we should include #nextMaterializedRootFrom: to fuel.
That would be great. Probably best to leave off #allMaterializedRootsFrom: - it seemed necessary for completeness, but I've no actual need for it.
Based on metadata you might decide to not materialize the "real" content. Like:
metadata := (aMaterializer nextMaterializedRootFrom: aStream). [ metadata isWhatINeed ] ifTrue: [ realContent := aMaterializer nextMaterializedRootFrom: aStream ].
Yes, that's the usage scenario.