Uses of Class
com.googlecode.mobilityrpc.protocol.pojo.SerializationFormat

Packages that use SerializationFormat
com.googlecode.mobilityrpc.protocol.pojo [private api] Java object (POJO) representations of protocol messages. 
 

Uses of SerializationFormat in com.googlecode.mobilityrpc.protocol.pojo
 

Methods in com.googlecode.mobilityrpc.protocol.pojo that return SerializationFormat
 SerializationFormat ExecutionResponse.getSerializationFormat()
           
 SerializationFormat ExecutionRequest.getSerializationFormat()
           
static SerializationFormat SerializationFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SerializationFormat[] SerializationFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.googlecode.mobilityrpc.protocol.pojo with parameters of type SerializationFormat
ExecutionRequest(byte[] serializedExecutableObject, SerializationFormat serializationFormat, ExecutionMode executionMode, RequestIdentifier requestIdentifier)
           
ExecutionResponse(ExecutionResponse.ExecutionOutcome executionOutcome, byte[] serializedReturnObject, SerializationFormat serializationFormat, RequestIdentifier requestIdentifier)
           
 



Copyright © 2016. All rights reserved.