File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace Tangosol.IO
18
18
/// <remarks>
19
19
/// <para>
20
20
/// As of 14.1.2.0, this class is deprecated as it relies on a
21
- /// deprecated <see cref="BinarySerializer "/>
21
+ /// deprecated <see cref="BinaryFormatter "/>
22
22
/// </para>
23
23
/// </remarks>
24
24
/// <author>Aleksandar Seovic 2010.03.17</author>
Original file line number Diff line number Diff line change @@ -15,8 +15,15 @@ namespace Tangosol.IO.Pof
15
15
/// <summary><see cref="IPofSerializer"/> implementation that supports
16
16
/// the serialization and deserialization of any serializable .NET type.
17
17
/// </summary>
18
+ /// <remarks>
19
+ /// <para>
20
+ /// As of 14.1.2.0, this class is deprecated as it relies on a
21
+ /// deprecated <see cref="BinaryFormatter"/>
22
+ /// </para>
23
+ /// </remarks>
18
24
/// <author>Goran Milosavljevic 2007.08.23</author>
19
25
/// <since>Coherence 3.4</since>
26
+ [ Obsolete ( "since Coherence 14.1.2.0" ) ]
20
27
public class BinaryPofSerializer : IPofSerializer
21
28
{
22
29
#region Constructors
You can’t perform that action at this time.
0 commit comments