Skip to content

Commit

Permalink
Removing abstract methods for now
Browse files Browse the repository at this point in the history
Later we'll discuss having more specific FeatureParser and readFeatures type methods.
  • Loading branch information
tschaub committed Mar 3, 2013
1 parent 5535a26 commit 4af3256
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/ol/parser/parser.js
Expand Up @@ -6,16 +6,3 @@ goog.provide('ol.parser.Parser');
* @constructor
*/
ol.parser.Parser = function() {};

/**
* @param {*} data Data to deserialize.
* @return {*} Parsed data.
*/
ol.parser.Parser.prototype.read = goog.abstractMethod;


/**
* @param {*} obj Object to serialize.
* @return {*} Serialized object.
*/
ol.parser.Parser.prototype.write = goog.abstractMethod;

0 comments on commit 4af3256

Please sign in to comment.