Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for friends (0.14 sec)

  1. architecture/standards/0002-avoid-using-java-serialization.md

    - **Flexibility and Control:**
    Java serialization offers limited control over the serialization process, such as excluding certain fields, customizing naming conventions, and handling complex data structures more gracefully.
    
    - **Security:**
    Java serialization poses security risks, especially related to deserialization vulnerabilities.
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Thu Feb 29 22:32:18 GMT 2024
    - 2.3K bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SinceAndIncubatingRulesKotlinTest.kt

                    newApi("Method", "SourceKt.setFool(boolean)")
                )
            }
        }
    
        @Test
        fun `new top-level kotlin types`() {
    
            // Singleton INSTANCE fields of `object`s are public
    
            checkNotBinaryCompatibleKotlin(
                v2 = """
    
                interface Foo
    
                class Bar
    
                enum class Bazar
    
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Jul 11 06:57:51 GMT 2023
    - 12.7K bytes
    - Viewed (0)
Back to top