com.sleepycat.je.rep.elections
Interface Protocol.ValueParser

Enclosing class:
Protocol

public static interface Protocol.ValueParser


Method Summary
 Protocol.Value parse(String wireFormat)
          Converts the wire format back into a Value
 

Method Detail

parse

Protocol.Value parse(String wireFormat)
Converts the wire format back into a Value

Parameters:
wireFormat - String representation of a Value
Returns:
the de-serialized Value


Copyright (c) 2004-2012 Oracle. All rights reserved.