Class GraphSerializationContext
    Public
    
    Holds information passed to custom graph serializers.
Public Methods
Public Variables
        
                graphIndex
        
    
                    
                    Index of the graph which is currently being processed.
                        Public
                            Readonly
                    
                
        
                meta
        
    
                    
                    Metadata about graphs being deserialized.
                        Public
                            Readonly
                    
                
        
                persistentGraphs
        
    
                    
                    True if a graph should be persisted.
                        Public
                    
                
        
                reader
        
    
                    
                    Deserialization stream.
                        Public
                            Readonly
                    
                Private/Protected Members
        
                id2NodeMapping
        
    
                    
                    
                        Private
                            Readonly