Example #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: private java.util.Map<String, Object> serializeToStringThenParseAsToMap(CypherResultRepresentation repr) throws Exception
        private IDictionary <string, object> SerializeToStringThenParseAsToMap(CypherResultRepresentation repr)
        {
            OutputFormat format = new OutputFormat(new JsonFormat(), new URI("http://localhost/"), null);

            return(jsonToMap(format.Assemble(repr)));
        }