public class

Adapter2

extends XmlAdapter<ValueType, BoundType>
java.lang.Object
   ↳ javax.xml.bind.annotation.adapters.XmlAdapter<ValueType, BoundType>
     ↳ com.google.code.linkedinapi.schema.Adapter2

Summary

Public Constructors
Adapter2()
Public Methods
String marshal(Double value)
Double unmarshal(String value)
[Expand]
Inherited Methods
From class javax.xml.bind.annotation.adapters.XmlAdapter
From class java.lang.Object

Public Constructors

public Adapter2 ()

Public Methods

public String marshal (Double value)

Parameters
value

public Double unmarshal (String value)

Parameters
value