mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 07:12:56 +01:00
Added a precompiled protobuf serializer assembly
This commit is contained in:
parent
50f88997ba
commit
e6d689bdd3
@@ -350,6 +350,7 @@ namespace MediaBrowser.ApiInteraction
|
||||
}
|
||||
|
||||
protected T DeserializeFromStream<T>(Stream stream)
|
||||
where T : class
|
||||
{
|
||||
return DataSerializer.DeserializeFromStream<T>(stream, SerializationFormat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user