public class

Adapter1

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

Summary

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

Public Constructors

public Adapter1 ()

Public Methods

public String marshal (Long value)

Parameters
value

public Long unmarshal (String value)

Parameters
value