org.exoplatform.ws.frameworks.json
Interface JsonParser
- All Known Implementing Classes:
- JsonParserImpl
public interface JsonParser
- Version:
- $Id: $
- Author:
- Andrey Parfonov
parse
void parse(Reader reader,
JsonHandler handler)
throws JsonException
- Parse given character stream and build object.
- Parameters:
reader - the Stream Reader.handler - JsonHandler, @see JsonHandler.
- Throws:
JsonException - if any error occurs during parsing.
parse
void parse(InputStream in,
JsonHandler handler)
throws JsonException
- Parse given character stream and build object.
- Parameters:
in - the Input Stream.handler - JsonHandler, @see JsonHandler.
- Throws:
JsonException - if any error occurs during parsing.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.