Constructor
new GraphSONWriter(optionsopt)
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
options | 
            
            Object | 
                
                    <optional> | 
            
            
            
                Properties
  | 
        
- Source:
 
Methods
write(obj) → {String}
    Returns the GraphSON representation of the provided object instance.
    Parameters:
| Name | Type | Description | 
|---|---|---|
obj | 
            
            Object | 
- Source:
 
Returns:
- Type
 - String