Package akka.io.dns.internal
Class RecordTypeSerializer$
- java.lang.Object
-
- akka.io.dns.internal.RecordTypeSerializer$
-
public class RecordTypeSerializer$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static RecordTypeSerializer$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RecordTypeSerializer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordType
parse(ByteIterator it)
void
write(ByteStringBuilder out, RecordType value)
-
-
-
Field Detail
-
MODULE$
public static final RecordTypeSerializer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
write
public void write(ByteStringBuilder out, RecordType value)
-
parse
public RecordType parse(ByteIterator it)
-
-