Interface PacketDeserializer.Deserializer

Enclosing class:
PacketDeserializer
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 static interface PacketDeserializer.Deserializer
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.GeneratedMessageV3
    deserialize(com.google.protobuf.CodedInputStream codedInputStream)
     
  • Method Details

    • deserialize

      com.google.protobuf.GeneratedMessageV3 deserialize(com.google.protobuf.CodedInputStream codedInputStream) throws Exception
      Throws:
      Exception