Skip to content

Commit c49cb7d

Browse files
committed
Remove [Serializable] attributes
1 parent 4612244 commit c49cb7d

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/ImageSharp/Formats/Webp/Lossy/Vp8CostArray.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace SixLabors.ImageSharp.Formats.Webp.Lossy;
55

6-
[Serializable]
76
internal class Vp8CostArray
87
{
98
/// <summary>

src/ImageSharp/Formats/Webp/Lossy/Vp8Costs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace SixLabors.ImageSharp.Formats.Webp.Lossy;
55

6-
[Serializable]
76
internal class Vp8Costs
87
{
98
/// <summary>

src/ImageSharp/Formats/Webp/Lossy/Vp8ProbaArray.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace SixLabors.ImageSharp.Formats.Webp.Lossy;
66
/// <summary>
77
/// Probabilities associated to one of the contexts.
88
/// </summary>
9-
[Serializable]
109
internal class Vp8ProbaArray
1110
{
1211
/// <summary>

src/ImageSharp/Formats/Webp/Lossy/Vp8Stats.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace SixLabors.ImageSharp.Formats.Webp.Lossy;
55

6-
[Serializable]
76
internal class Vp8Stats
87
{
98
/// <summary>

src/ImageSharp/Formats/Webp/Lossy/Vp8StatsArray.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace SixLabors.ImageSharp.Formats.Webp.Lossy;
55

6-
[Serializable]
76
internal class Vp8StatsArray
87
{
98
/// <summary>

0 commit comments

Comments
 (0)