ServiceRemotingMessageSerializer Class
- java.
lang. Object - MessageSerializer
- microsoft.
servicefabric. services. remoting. ServiceRemotingMessageSerializer
- microsoft.
public class ServiceRemotingMessageSerializer extends MessageSerializer
Provides serialize and deserialize APIs for Service remoting messages.
Method Summary
Modifier and Type | Method and Description |
---|---|
Service |
deserialize(byte[] buffer) |
byte [] | serialize(Object msg) |
Method Details
deserialize
public static ServiceRemotingMessageBody deserialize(byte[] buffer)
Parameters:
buffer
serialize
public static byte [] serialize(Object msg)
Parameters:
msg
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java