You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
236 class Serial:
237 +--- 4 lines: """-------------------------------------------------------------------------------------------------------------------------------
241
242 def __init__(self, *args, **kwargs):
243 salt.utils.versions.warn_until(
244 "Chlorine",
245 "The `salt.payload.Serial` class has been deprecated, "
246 "and is set to be removed in {version}. "
247 "Please use `salt.payload.loads` and `salt.payload.dumps`.",
248 )
249
salt.payload.Serial has previously been deprecated and needs to be removed in 3007.0
The text was updated successfully, but these errors were encountered:
salt.payload.Serial has previously been deprecated and needs to be removed in 3007.0
The text was updated successfully, but these errors were encountered: