Interface PushNotificationDeserializer<T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PushNotificationDeserializer<T>
Deserializes a push notification message from the provided input stream. The stream is guaranteed not null, but may be empty if your PushNotificationSerializer did not actually write any bytes.