Uses of Class
nl.andrewl.concord_core.msg.Serializer
Packages that use Serializer
Package
Description
Message components which are used by the server and the default client
implementation.
-
Uses of Serializer in nl.andrewl.concord_core.msg
Methods in nl.andrewl.concord_core.msg with parameters of type SerializerModifier and TypeMethodDescriptionstatic Pair<CipherInputStream,
CipherOutputStream> Encryption.upgrade
(InputStream in, OutputStream out, Serializer serializer) Upgrades the given input and output streams to a pair of cipher input and output streams.