Uses of Interface
it.auties.whatsapp.controller.ControllerSerializer
Packages that use ControllerSerializer
-
Uses of ControllerSerializer in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api declared as ControllerSerializerMethods in it.auties.whatsapp.api with parameters of type ControllerSerializerModifier and TypeMethodDescriptionConnectionBuilder.serializer(ControllerSerializer serializer) Uses a custom serializer -
Uses of ControllerSerializer in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as ControllerSerializerModifier and TypeFieldDescriptionprotected ControllerSerializerController.serializerThe serializer instance to useMethods in it.auties.whatsapp.controller that return ControllerSerializerModifier and TypeMethodDescriptionController.serializer()Returns the serializerstatic ControllerSerializerControllerSerializer.toSmile()Returns the default serializer This implementation uses .smile files compressed using gzipstatic ControllerSerializerReturns the default serializer This implementation uses .smile files compressed using gzipMethods in it.auties.whatsapp.controller with parameters of type ControllerSerializerModifier and TypeMethodDescriptionController.setSerializer(ControllerSerializer serializer) Sets the serializer of this controllerConstructors in it.auties.whatsapp.controller with parameters of type ControllerSerializerModifierConstructorDescriptionController(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias) Keys(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, int registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String phoneId, byte[] deviceId, byte[] identityId, SignedDeviceIdentity companionIdentity, Map<SenderKeyName, SenderKeyRecord> senderKeys, Map<Jid, LinkedList<AppStateSyncKey>> appStateKeys, Map<SessionAddress, Session> sessions, Map<Jid, Map<PatchType, CompanionHashState>> hashStates, Map<Jid, Collection<Jid>> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) Store(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap<Jid, ConcurrentHashMap<String, ChatMessageInfo>> status, ConcurrentHashMap<Jid, Newsletter> newsletters, ConcurrentHashMap<PrivacySettingType, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, boolean autodetectListeners, boolean cacheDetectedListeners, boolean automaticPresenceUpdates, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of ControllerSerializer in it.auties.whatsapp.util
Classes in it.auties.whatsapp.util that implement ControllerSerializerMethods in it.auties.whatsapp.util that return ControllerSerializerModifier and TypeMethodDescriptionstatic ControllerSerializerDefaultControllerSerializer.of()static ControllerSerializer