Package ch.threema.apitool.serializers
Class GroupDeletePhotoSerializer
java.lang.Object
ch.threema.apitool.serializers.GroupDeletePhotoSerializer
- All Implemented Interfaces:
CustomMessageSerializer
@Generated(value="msgapi-sdk-codegen",
date="2022-09-12T15:53:56.786299819+00:00")
public class GroupDeletePhotoSerializer
extends Object
implements CustomMessageSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupDeletePhotodeserialize(byte[] jsonData, int realDataLength) static GroupIdextractGroupId(byte[] data) static byte[]extractJson(byte[] data, int realDataLength) static byte[]static voidvalidate(byte[] data, int realDataLength)
-
Constructor Details
-
GroupDeletePhotoSerializer
public GroupDeletePhotoSerializer()
-
-
Method Details
-
serialize
-
deserialize
public static GroupDeletePhoto deserialize(byte[] jsonData, int realDataLength) throws BadMessageException - Throws:
BadMessageException
-
extractGroupId
-
extractJson
public static byte[] extractJson(byte[] data, int realDataLength) -
validate
- Throws:
BadMessageException
-