Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
JsonRPCMarshaller

Class JsonRPCMarshaller

Hierarchy

java.lang.Object

Package
com.smartdevicelink.marshal

Constructors

JsonRPCMarshaller()

public JsonRPCMarshaller()

Methods

marshall( RPCMessage msg, byte version )

public static byte marshall(RPCMessage msg,byte version)

Method Parameters

msg
RPC message to be marshaled
version
protocol version

unmarshall( byte[] message )

public static java.util.Hashtable unmarshall(byte[] message)

Method Parameters

message

deserializeJSONObject( JSONObject jsonObject )

public static java.util.Hashtable deserializeJSONObject(JSONObject jsonObject) throws org.json.JSONException

Method Parameters

jsonObject

Throws

  • org.json.JSONException

serializeHashtable( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

public static org.json.JSONObject serializeHashtable(java.util.Hashtable<java.lang.String, java.lang.Object> hash) throws org.json.JSONException

Method Parameters

hash

Throws

  • org.json.JSONException

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section